Skip to content

Commit b0e18fc

Browse files
committed
Fix lint issue
See golangci/golangci-lint#2601
1 parent 68a5028 commit b0e18fc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

main.go

-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ import (
2929
"k8s.io/apimachinery/pkg/runtime"
3030
utilruntime "k8s.io/apimachinery/pkg/util/runtime"
3131
clientgoscheme "k8s.io/client-go/kubernetes/scheme"
32-
33-
// to ensure that exec-entrypoint and run can make use of them.
3432
_ "k8s.io/client-go/plugin/pkg/client/auth"
3533
ctrl "sigs.k8s.io/controller-runtime"
3634
"sigs.k8s.io/controller-runtime/pkg/cache"

0 commit comments

Comments
 (0)