Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
Signed-off-by: Hang Yan <[email protected]>
  • Loading branch information
hangyan committed Nov 20, 2024
1 parent 91ec08b commit c40484a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions pkg/antctl/raw/supportbundle/command.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,8 @@ import (
"golang.org/x/time/rate"
"gopkg.in/yaml.v2"

apierrors "k8s.io/apimachinery/pkg/api/errors"

corev1 "k8s.io/api/core/v1"

apierrors "k8s.io/apimachinery/pkg/api/errors"
"k8s.io/apimachinery/pkg/api/meta"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
k8sruntime "k8s.io/apimachinery/pkg/runtime"
Expand All @@ -52,9 +50,7 @@ import (
"antrea.io/antrea/pkg/apis/crd/v1beta1"
systemv1beta1 "antrea.io/antrea/pkg/apis/system/v1beta1"
antrea "antrea.io/antrea/pkg/client/clientset/versioned"

systemclientset "antrea.io/antrea/pkg/client/clientset/versioned/typed/system/v1beta1"

"antrea.io/antrea/pkg/util/compress"
"antrea.io/antrea/pkg/util/k8s"
)
Expand Down

0 comments on commit c40484a

Please sign in to comment.