From 3de47dc05853131dcfc588bf2043207487cdd7c4 Mon Sep 17 00:00:00 2001 From: Ken Sipe Date: Thu, 25 Jun 2020 17:31:38 -0500 Subject: [PATCH] fixing unwanted editor changes Signed-off-by: Ken Sipe --- .../k8s.io/apiserver/pkg/storage/cacher/watch_cache_test.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/staging/src/k8s.io/apiserver/pkg/storage/cacher/watch_cache_test.go b/staging/src/k8s.io/apiserver/pkg/storage/cacher/watch_cache_test.go index cedf2ac3640..acf34de1f17 100644 --- a/staging/src/k8s.io/apiserver/pkg/storage/cacher/watch_cache_test.go +++ b/staging/src/k8s.io/apiserver/pkg/storage/cacher/watch_cache_test.go @@ -34,11 +34,10 @@ import ( "k8s.io/apimachinery/pkg/util/clock" "k8s.io/apimachinery/pkg/util/wait" "k8s.io/apimachinery/pkg/watch" - "k8s.io/client-go/tools/cache" - "k8s.io/apiserver/pkg/apis/example" "k8s.io/apiserver/pkg/storage" "k8s.io/apiserver/pkg/storage/etcd3" + "k8s.io/client-go/tools/cache" ) func makeTestPod(name string, resourceVersion uint64) *v1.Pod {