From 8a06ddce98bbe1cbe004c95ff6fa6c601157764c Mon Sep 17 00:00:00 2001 From: nitishfy Date: Mon, 28 Oct 2024 16:49:30 +0530 Subject: [PATCH] fix lint issues Signed-off-by: nitishfy --- cmd/argocd/commands/plugin_test.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/cmd/argocd/commands/plugin_test.go b/cmd/argocd/commands/plugin_test.go index acf1dc886b85d..7f0e24d2c41a7 100644 --- a/cmd/argocd/commands/plugin_test.go +++ b/cmd/argocd/commands/plugin_test.go @@ -3,11 +3,9 @@ package commands import ( "bytes" "fmt" - argocdclient "github.com/argoproj/argo-cd/v2/pkg/apiclient" - "github.com/stretchr/testify/assert" - "github.com/stretchr/testify/require" "os" "testing" + ) type testPluginHandler struct {