From 24157e4aedefd2fed72fcb4c2274384588a7ca52 Mon Sep 17 00:00:00 2001 From: Sushil Kumar Date: Sat, 6 May 2017 15:59:20 -0700 Subject: [PATCH] Updated review comments :) --- pkg/plugin/installer/vcs_installer_test.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pkg/plugin/installer/vcs_installer_test.go b/pkg/plugin/installer/vcs_installer_test.go index 31d9278bb..081598c7c 100644 --- a/pkg/plugin/installer/vcs_installer_test.go +++ b/pkg/plugin/installer/vcs_installer_test.go @@ -16,6 +16,7 @@ limitations under the License. package installer // import "k8s.io/helm/pkg/plugin/installer" import ( + "fmt" "io/ioutil" "os" "path/filepath" @@ -23,8 +24,6 @@ import ( "k8s.io/helm/pkg/helm/helmpath" - "fmt" - "github.com/Masterminds/vcs" )