Fix linting

Signed-off-by: Carrie Edwards <edwrdscarrie@gmail.com>
This commit is contained in:
Carrie Edwards 2024-08-01 07:25:45 -07:00
parent e3bdcc15d7
commit 99e8abc75e
4 changed files with 1 additions and 4 deletions

View file

@ -5876,7 +5876,7 @@ func testOOONativeHistogramsWithCounterResets(t *testing.T, scenario sampleTypeS
// expCounterResetHints: []histogram.CounterResetHint{histogram.UnknownCounterReset, histogram.NotCounterReset, histogram.NotCounterReset, histogram.NotCounterReset, histogram.NotCounterReset}, // expCounterResetHints: []histogram.CounterResetHint{histogram.UnknownCounterReset, histogram.NotCounterReset, histogram.NotCounterReset, histogram.NotCounterReset, histogram.NotCounterReset},
// }, // },
// }, // },
//}, // },
{ {
name: "Counter resets in both in-order and OOO samples", name: "Counter resets in both in-order and OOO samples",
queryMin: minutes(40), queryMin: minutes(40),

View file

@ -17,7 +17,6 @@ import (
"fmt" "fmt"
"sort" "sort"
"github.com/prometheus/prometheus/model/histogram" "github.com/prometheus/prometheus/model/histogram"
"github.com/prometheus/prometheus/tsdb/chunkenc" "github.com/prometheus/prometheus/tsdb/chunkenc"

View file

@ -16,7 +16,6 @@ package tsdb
import ( import (
"testing" "testing"
"github.com/prometheus/prometheus/tsdb/tsdbutil" "github.com/prometheus/prometheus/tsdb/tsdbutil"
"github.com/stretchr/testify/require" "github.com/stretchr/testify/require"

View file

@ -16,7 +16,6 @@ package tsdb
import ( import (
"testing" "testing"
"github.com/prometheus/prometheus/tsdb/tsdbutil" "github.com/prometheus/prometheus/tsdb/tsdbutil"
prom_testutil "github.com/prometheus/client_golang/prometheus/testutil" prom_testutil "github.com/prometheus/client_golang/prometheus/testutil"