remove import of v1beta3 package in api/conversion_test.go

This commit is contained in:
Chao Xu 2015-06-03 16:50:40 -07:00
parent cb123dc957
commit 2ee8eb67a9

View File

@ -22,7 +22,6 @@ import (
"github.com/GoogleCloudPlatform/kubernetes/pkg/api"
"github.com/GoogleCloudPlatform/kubernetes/pkg/api/testapi"
_ "github.com/GoogleCloudPlatform/kubernetes/pkg/api/v1beta3"
)
func BenchmarkPodConversion(b *testing.B) {