From 53747b98bd2a7b11c7eb5a7ab0797fb49516439c Mon Sep 17 00:00:00 2001 From: Zakhar Dvurechensky <72825626+Zakharden@users.noreply.github.com> Date: Sun, 24 May 2026 19:20:25 +0300 Subject: [PATCH] tests: drop unused os import in plugin installer path test Signed-off-by: Zakhar Dvurechensky <72825626+Zakharden@users.noreply.github.com> --- pkg/plugin/installer/base_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/plugin/installer/base_test.go b/pkg/plugin/installer/base_test.go index b7f35d4b5..ee917a4e5 100644 --- a/pkg/plugin/installer/base_test.go +++ b/pkg/plugin/installer/base_test.go @@ -14,7 +14,6 @@ limitations under the License. package installer // import "helm.sh/helm/v3/pkg/plugin/installer" import ( - "os" "path/filepath" "testing" )