From 036832eba9dd604683d0803af96479bbfbe3b58f Mon Sep 17 00:00:00 2001 From: Matt Farina Date: Tue, 22 Sep 2020 15:39:57 -0400 Subject: [PATCH] Fixing import package issue When #8779 was merged it introduced an issue with windows builds, which we do not test for in PR CI. This change fixes that problem. Signed-off-by: Matt Farina --- cmd/helm/root_windows.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/cmd/helm/root_windows.go b/cmd/helm/root_windows.go index 0b390f16c..7b5000f4f 100644 --- a/cmd/helm/root_windows.go +++ b/cmd/helm/root_windows.go @@ -16,8 +16,6 @@ limitations under the License. package main -import "io" - func checkPerms() { // Not yet implemented on Windows. If you know how to do a comprehensive perms // check on Windows, contributions welcomed!