Skip to content

Commit

Permalink
style(dynamodb-backup): fix import organization
Browse files Browse the repository at this point in the history
  • Loading branch information
ekristen committed Jul 24, 2024
1 parent d24126f commit b3bcab2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions resources/dynamodb-backup.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,16 @@ package resources

import (
"context"
"github.com/aws/aws-sdk-go/service/dynamodb/dynamodbiface"
"github.com/gotidy/ptr"
"time"

"github.com/gotidy/ptr"

"github.com/ekristen/libnuke/pkg/registry"
"github.com/ekristen/libnuke/pkg/resource"
"github.com/ekristen/libnuke/pkg/types"

"github.com/aws/aws-sdk-go/service/dynamodb"
"github.com/aws/aws-sdk-go/service/dynamodb/dynamodbiface"

"github.com/ekristen/aws-nuke/v3/pkg/nuke"
)
Expand Down

0 comments on commit b3bcab2

Please sign in to comment.