From 3358f378711ad51f63e3dd49b27343a0b87739a0 Mon Sep 17 00:00:00 2001 From: Chao Xu Date: Tue, 2 Jun 2015 17:27:57 -0700 Subject: [PATCH] remove imports of v1 in latest_test.go --- pkg/api/latest/latest_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/api/latest/latest_test.go b/pkg/api/latest/latest_test.go index 8169443ae58..881ac4b8558 100644 --- a/pkg/api/latest/latest_test.go +++ b/pkg/api/latest/latest_test.go @@ -21,7 +21,6 @@ import ( "testing" internal "github.com/GoogleCloudPlatform/kubernetes/pkg/api" - _ "github.com/GoogleCloudPlatform/kubernetes/pkg/api/v1" ) func TestResourceVersioner(t *testing.T) {