Skip to content

Commit 1d9dbda

Browse files
ekristencorybekk
authored andcommitted
chore(golangci-lint): fix lint violation
1 parent e6a5d50 commit 1d9dbda

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

resources/apigateway-api-key.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@ package resources
22

33
import (
44
"context"
5-
"go.uber.org/ratelimit"
65
"time"
76

7+
"go.uber.org/ratelimit"
8+
89
"github.com/aws/aws-sdk-go/aws"
910
"github.com/aws/aws-sdk-go/service/apigateway"
1011

0 commit comments

Comments
 (0)