Skip to content

Commit

Permalink
Fix semgrep 'aws-sdk-go-multiple-service-imports' errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
ewbankkit committed May 25, 2022
1 parent da7edfc commit 0fc0967
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/service/autoscaling/group.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package autoscaling

import ( // nosemgrep: aws-sdk-go-multiple-service-imports
import (
"bytes"
"context"
"fmt"
Expand Down
2 changes: 1 addition & 1 deletion internal/service/autoscaling/group_waiting.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package autoscaling

import (
import ( // nosemgrep: aws-sdk-go-multiple-service-imports
"fmt"
"log"
"strconv"
Expand Down

0 comments on commit 0fc0967

Please sign in to comment.