Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ying-jeanne committed Dec 24, 2024
1 parent 1ab1f00 commit 8111b6c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion pkg/costattribution/tracker.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@ import (
"time"

"github.com/go-kit/log"
"github.com/grafana/mimir/pkg/mimirpb"
"github.com/prometheus/client_golang/prometheus"
"github.com/prometheus/prometheus/model/labels"
"go.uber.org/atomic"

"github.com/grafana/mimir/pkg/mimirpb"
)

type TrackerState int
Expand Down
3 changes: 2 additions & 1 deletion pkg/costattribution/tracker_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,13 @@ import (
"testing"
"time"

"github.com/grafana/mimir/pkg/mimirpb"
"github.com/prometheus/client_golang/prometheus"
"github.com/prometheus/client_golang/prometheus/testutil"
"github.com/prometheus/prometheus/model/labels"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"

"github.com/grafana/mimir/pkg/mimirpb"
)

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

0 comments on commit 8111b6c

Please sign in to comment.