Merge pull request #2953 from alrs/fix-unused-import

Fixed unused import in tests.
This commit is contained in:
Chris Love 2017-07-15 16:35:01 -06:00 committed by GitHub
commit 7bee3a263b
1 changed files with 0 additions and 1 deletions

View File

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