Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
thepalbi committed Jan 15, 2025
1 parent ff201eb commit 872cb10
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 872cb10

Please sign in to comment.