remove unused import

This commit is contained in:
Murat Kabilov 2017-07-12 13:59:05 +02:00
parent ce2648c62e
commit 3fbe8ed7e0
1 changed files with 0 additions and 1 deletions

View File

@ -9,7 +9,6 @@ import (
"time" "time"
meta_v1 "k8s.io/apimachinery/pkg/apis/meta/v1" meta_v1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/apimachinery/pkg/runtime/schema"
) )
var parseTimeTests = []struct { var parseTimeTests = []struct {