Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
Signed-off-by: alanprot <[email protected]>
  • Loading branch information
alanprot committed Jun 3, 2024
1 parent c957462 commit 7fba731
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/ingester/limiter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@ package ingester

import (
"errors"
"github.com/prometheus/prometheus/model/labels"

"math"
"testing"

"github.com/prometheus/prometheus/model/labels"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/mock"
"github.com/stretchr/testify/require"
Expand Down

0 comments on commit 7fba731

Please sign in to comment.