Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorGFM committed Feb 5, 2024
1 parent 7b1c5a5 commit 06959f7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions aws/repository.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import (
"github.com/aws/aws-sdk-go-v2/aws"
rdsTypes "github.com/aws/aws-sdk-go-v2/service/rds/types"
redshiftTypes "github.com/aws/aws-sdk-go-v2/service/redshift/types"

"github.com/cyralinc/dmap/scan"
)

Expand Down
3 changes: 0 additions & 3 deletions aws/scanner_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,8 @@ import (

"github.com/aws/aws-sdk-go-v2/aws"
"github.com/aws/aws-sdk-go-v2/service/dynamodb/types"

// ddbTypes "github.com/aws/aws-sdk-go-v2/service/dynamodb/types"
rdsTypes "github.com/aws/aws-sdk-go-v2/service/rds/types"
redshiftTypes "github.com/aws/aws-sdk-go-v2/service/redshift/types"

"github.com/stretchr/testify/require"
"github.com/stretchr/testify/suite"

Expand Down

0 comments on commit 06959f7

Please sign in to comment.