Skip to content

Commit

Permalink
fix the pull-cloud-provider-aws-check failure
Browse files Browse the repository at this point in the history
  • Loading branch information
wwvela committed Oct 17, 2024
1 parent 150f58e commit 984187e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/providers/v1/topology.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ limitations under the License.
package aws

import (
"sync"
"strings"
"slices"
"strings"
"sync"

"github.com/aws/aws-sdk-go/service/ec2"
"k8s.io/klog/v2"
Expand Down

0 comments on commit 984187e

Please sign in to comment.