From bb9356e182a8abb0f806cd4866a317f273631862 Mon Sep 17 00:00:00 2001 From: Stephanie Hohenberg Date: Tue, 21 Oct 2025 19:42:37 +0100 Subject: [PATCH] fixes lint issue Signed-off-by: Stephanie Hohenberg --- pkg/action/install_test.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkg/action/install_test.go b/pkg/action/install_test.go index 84b94b431..dd305b4f4 100644 --- a/pkg/action/install_test.go +++ b/pkg/action/install_test.go @@ -34,7 +34,6 @@ import ( "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" - ci "helm.sh/helm/v4/pkg/chart" appsv1 "k8s.io/api/apps/v1" apierrors "k8s.io/apimachinery/pkg/api/errors" "k8s.io/apimachinery/pkg/api/meta" @@ -45,6 +44,8 @@ import ( "k8s.io/client-go/kubernetes/scheme" "k8s.io/client-go/rest/fake" + ci "helm.sh/helm/v4/pkg/chart" + "helm.sh/helm/v4/internal/test" "helm.sh/helm/v4/pkg/chart/common" chart "helm.sh/helm/v4/pkg/chart/v2"