Skip to content

Commit

Permalink
make lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sky333999 committed May 4, 2023
1 parent 084a29e commit 354aa71
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,10 @@ import (
"errors"
"fmt"

"k8s.io/client-go/tools/leaderelection/resourcelock"

v1 "k8s.io/api/core/v1"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
corev1client "k8s.io/client-go/kubernetes/typed/core/v1"
"k8s.io/client-go/tools/leaderelection/resourcelock"
)

type ConfigMapLock struct {
Expand Down

0 comments on commit 354aa71

Please sign in to comment.