Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

Commit

Permalink
Merge pull request #51 from wzshiming/clean/format
Browse files Browse the repository at this point in the history
Sort the imported packages
  • Loading branch information
wzshiming authored Jun 15, 2022
2 parents 2352a1a + 19af383 commit 16cbe8b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions node_controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,11 @@ import (
"testing"
"time"

"k8s.io/apimachinery/pkg/labels"

"github.com/wzshiming/fake-kubelet/templates"
corev1 "k8s.io/api/core/v1"
"k8s.io/apimachinery/pkg/api/resource"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/apimachinery/pkg/labels"
"k8s.io/client-go/kubernetes/fake"
)

Expand Down

0 comments on commit 16cbe8b

Please sign in to comment.