From f09e8d3eb0dfbe8f984f26c789e3dac070c6a34a Mon Sep 17 00:00:00 2001 From: Wojciech Tyczynski Date: Mon, 23 Nov 2015 09:56:25 +0100 Subject: [PATCH] ref --- pkg/api/unversioned/types.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pkg/api/unversioned/types.go b/pkg/api/unversioned/types.go index 8af30daef6b..32160a54d7b 100644 --- a/pkg/api/unversioned/types.go +++ b/pkg/api/unversioned/types.go @@ -17,9 +17,7 @@ limitations under the License. // Package unversioned contains API types that are common to all versions. package unversioned -import ( - "strings" -) +import "strings" // TypeMeta describes an individual object in an API response or request // with strings representing the type of the object and its API schema version.