Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jhesketh committed Jan 8, 2025
1 parent 6fdc701 commit 9a7f06b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/streamingpromql/types/pool_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ package types
import (
"testing"

"github.com/grafana/mimir/pkg/util/pool"
"github.com/stretchr/testify/require"

"github.com/grafana/mimir/pkg/util/pool"
)

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

0 comments on commit 9a7f06b

Please sign in to comment.