Fix import formatting

Signed-off-by: Joe Adams <github@joeadams.io>
This commit is contained in:
Joe Adams 2025-07-29 23:17:23 -04:00
parent eab9b696f2
commit 56a3bbf5c5
No known key found for this signature in database
GPG Key ID: B5D9F80A5CE7B14C

View File

@ -20,9 +20,7 @@ import (
"github.com/aws/aws-sdk-go-v2/aws"
"github.com/aws/aws-sdk-go-v2/service/ec2"
ec2Types "github.com/aws/aws-sdk-go-v2/service/ec2/types"
"github.com/prometheus/common/model"
"github.com/stretchr/testify/require"
"go.uber.org/goleak"