Fix linting

This commit is contained in:
Carrie Edwards 2024-08-01 07:09:14 -07:00
parent 3af5f7399b
commit e3bdcc15d7
4 changed files with 10 additions and 4 deletions

View file

@ -15,9 +15,11 @@ package tsdb
import (
"fmt"
"github.com/prometheus/prometheus/model/histogram"
"sort"
"github.com/prometheus/prometheus/model/histogram"
"github.com/prometheus/prometheus/tsdb/chunkenc"
"github.com/oklog/ulid"

View file

@ -14,9 +14,11 @@
package tsdb
import (
"github.com/prometheus/prometheus/tsdb/tsdbutil"
"testing"
"github.com/prometheus/prometheus/tsdb/tsdbutil"
"github.com/stretchr/testify/require"
)

View file

@ -14,9 +14,11 @@
package tsdb
import (
"github.com/prometheus/prometheus/tsdb/tsdbutil"
"testing"
"github.com/prometheus/prometheus/tsdb/tsdbutil"
prom_testutil "github.com/prometheus/client_golang/prometheus/testutil"
"github.com/stretchr/testify/require"