Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
Signed-off-by: Pablo Balbi <[email protected]>
  • Loading branch information
thepalbi committed Jan 15, 2025
1 parent e536a56 commit f9f0b88
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/job/maxdimassociator/associator_logging_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ import (
"log/slog"
"testing"

"github.com/stretchr/testify/require"

"github.com/prometheus-community/yet-another-cloudwatch-exporter/pkg/config"
"github.com/prometheus-community/yet-another-cloudwatch-exporter/pkg/model"
"github.com/stretchr/testify/require"
)

func TestAssociatorLogging(t *testing.T) {
Expand Down

0 comments on commit f9f0b88

Please sign in to comment.