Skip to content

Commit ba10fea

Browse files
ekristencorybekk
authored andcommitted
refactor(quicksight-subscription): fix imports
1 parent c90e04f commit ba10fea

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

resources/quicksight-subscriptions.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,13 @@ import (
77

88
"github.com/aws/aws-sdk-go/service/quicksight"
99
"github.com/aws/aws-sdk-go/service/quicksight/quicksightiface"
10-
"github.com/ekristen/aws-nuke/v3/pkg/nuke"
10+
1111
"github.com/ekristen/libnuke/pkg/registry"
1212
"github.com/ekristen/libnuke/pkg/resource"
1313
libsettings "github.com/ekristen/libnuke/pkg/settings"
1414
"github.com/ekristen/libnuke/pkg/types"
15+
16+
"github.com/ekristen/aws-nuke/v3/pkg/nuke"
1517
)
1618

1719
const QuickSightSubscriptionResource = "QuickSightSubscription"

0 commit comments

Comments
 (0)