Skip to content

Commit

Permalink
fix lint issues
Browse files Browse the repository at this point in the history
Signed-off-by: nitishfy <justnitish06@gmail.com>
  • Loading branch information
nitishfy committed Oct 28, 2024
1 parent c1f1652 commit 8a06ddc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cmd/argocd/commands/plugin_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 8a06ddc

Please sign in to comment.