Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix staticcheck warning #726

Merged
merged 1 commit into from
Oct 16, 2024
Merged

Fix staticcheck warning #726

merged 1 commit into from
Oct 16, 2024

Conversation

AlexanderYastrebov
Copy link
Member

$ 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"

```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]>
@AlexanderYastrebov
Copy link
Member Author

👍

@mikkeloscar
Copy link
Collaborator

👍

@mikkeloscar mikkeloscar merged commit f6d5a45 into master Oct 16, 2024
10 checks passed
@mikkeloscar mikkeloscar deleted the fix-staticcheck branch October 16, 2024 06:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants