Skip to content
This repository was archived by the owner on Jan 29, 2025. It is now read-only.

Commit dc3e5e5

Browse files
togashidmkillianmuldoon
authored andcommitted
Remove a blank import
A blank import should be only in a main or test package, or have a comment justifying it.
1 parent 771601a commit dc3e5e5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/strategies/deschedule/enforce.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import (
88
v1 "k8s.io/api/core/v1"
99
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
1010
"k8s.io/apimachinery/pkg/types"
11-
_ "k8s.io/client-go/plugin/pkg/client/auth"
1211

1312
"log"
1413
)

0 commit comments

Comments
 (0)