remove imports of v1 in latest_test.go

pull/6/head
Chao Xu 2015-06-02 17:27:57 -07:00
parent 89c8949e78
commit 3358f37871
1 changed files with 0 additions and 1 deletions

View File

@ -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) {