Skip to content

Commit

Permalink
Fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
deniszh committed Aug 12, 2024
1 parent 7154886 commit 06567da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/k8s/container.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@ import (
"bytes"
"context"
"fmt"
"github.com/docker/docker/api/types"
"net"
"strings"
"sync"
"time"

"github.com/docker/docker/api/types"

"github.com/bookingcom/nanotube/pkg/conf"
"github.com/bookingcom/nanotube/pkg/in"
"github.com/bookingcom/nanotube/pkg/metrics"
Expand Down

0 comments on commit 06567da

Please sign in to comment.