Skip to content

Commit

Permalink
reporter: fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksandr-codefresh committed Nov 13, 2024
1 parent 424b68b commit 69451f9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions event_reporter/reporter/application_event_reporter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,16 @@ import (
"github.com/stretchr/testify/require"
"k8s.io/apimachinery/pkg/watch"

"google.golang.org/grpc"
"k8s.io/apimachinery/pkg/runtime"

appclient "github.com/argoproj/argo-cd/v2/event_reporter/application"
appMocks "github.com/argoproj/argo-cd/v2/event_reporter/application/mocks"
"github.com/argoproj/argo-cd/v2/pkg/apiclient"
apiclientapppkg "github.com/argoproj/argo-cd/v2/pkg/apiclient/application"
appv1reg "github.com/argoproj/argo-cd/v2/pkg/apis/application"
repoapiclient "github.com/argoproj/argo-cd/v2/reposerver/apiclient"
"github.com/argoproj/argo-cd/v2/util/io"
"google.golang.org/grpc"
"k8s.io/apimachinery/pkg/runtime"

"github.com/argoproj/argo-cd/v2/event_reporter/metrics"

Expand Down

0 comments on commit 69451f9

Please sign in to comment.