Skip to content

Commit

Permalink
make lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
pasha-codefresh committed Sep 23, 2024
1 parent 6b83301 commit e5368e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion acr_controller/controller/broadcaster.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import (
"sync"

appv1 "github.com/argoproj/argo-cd/v2/pkg/apis/application/v1alpha1"

log "github.com/sirupsen/logrus"

"k8s.io/apimachinery/pkg/watch"
)

Expand Down
2 changes: 1 addition & 1 deletion acr_controller/service/acr_service.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import (
appclient "github.com/argoproj/argo-cd/v2/pkg/apiclient/application"
application "github.com/argoproj/argo-cd/v2/pkg/apis/application/v1alpha1"
appclientset "github.com/argoproj/argo-cd/v2/pkg/client/clientset/versioned"

log "github.com/sirupsen/logrus"

metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/apimachinery/pkg/types"
"k8s.io/utils/pointer"
Expand Down

0 comments on commit e5368e0

Please sign in to comment.