TSDB: Remove usused import of sort

Signed-off-by: Julien Pivotto <roidelapluie@o11y.eu>
This commit is contained in:
Julien Pivotto 2023-07-11 14:29:31 +02:00
parent 95606830fd
commit bf5bf1a4b3

View file

@ -16,7 +16,6 @@ package tsdb
import ( import (
"context" "context"
"math" "math"
"sort"
"sync" "sync"
"github.com/go-kit/log/level" "github.com/go-kit/log/level"