From 0737e438aae04fca872b66f185b0f2aab8bd0d86 Mon Sep 17 00:00:00 2001 From: MrJack <36191829+biagiopietro@users.noreply.github.com> Date: Thu, 5 Mar 2026 12:49:05 +0100 Subject: [PATCH] Update pkg/cmd/history_test.go Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: MrJack <36191829+biagiopietro@users.noreply.github.com> --- pkg/cmd/history_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/cmd/history_test.go b/pkg/cmd/history_test.go index 1b07b1679..e76a1f63d 100644 --- a/pkg/cmd/history_test.go +++ b/pkg/cmd/history_test.go @@ -27,7 +27,6 @@ import ( "helm.sh/helm/v4/pkg/release/common" release "helm.sh/helm/v4/pkg/release/v1" - chart "helm.sh/helm/v4/pkg/chart/v2" )