mirror of https://github.com/kubernetes/kops.git
Merge pull request #2953 from alrs/fix-unused-import
Fixed unused import in tests.
This commit is contained in:
commit
7bee3a263b
|
@ -20,7 +20,6 @@ import (
|
|||
"github.com/blang/semver"
|
||||
"io/ioutil"
|
||||
"k8s.io/kops/pkg/apis/kops"
|
||||
"k8s.io/kops/upup/pkg/fi"
|
||||
"path"
|
||||
"testing"
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue