Fix linting

Signed-off-by: Carrie Edwards <edwrdscarrie@gmail.com>
This commit is contained in:
Carrie Edwards 2024-07-08 10:34:31 -07:00
parent 2e0e4e9ce9
commit fb2ebe1c3d

View file

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