Skip to content

Commit

Permalink
Fix staticcheck warning (#726)
Browse files Browse the repository at this point in the history
```console
$ staticcheck ./...
worker_test.go:21:2: package "github.com/zalando-incubator/kube-ingress-aws-controller/aws" is being imported more than once (ST1019)
        worker_test.go:22:2: other import of "github.com/zalando-incubator/kube-ingress-aws-controller/aws"
```

Signed-off-by: Alexander Yastrebov <[email protected]>
  • Loading branch information
AlexanderYastrebov authored Oct 16, 2024
1 parent bad6e75 commit f6d5a45
Showing 1 changed file with 68 additions and 69 deletions.
Loading

0 comments on commit f6d5a45

Please sign in to comment.