mirror of https://github.com/prometheus/prometheus
TSDB: Remove usused import of sort
Signed-off-by: Julien Pivotto <roidelapluie@o11y.eu>pull/12546/head
parent
95606830fd
commit
bf5bf1a4b3
|
@ -16,7 +16,6 @@ package tsdb
|
|||
import (
|
||||
"context"
|
||||
"math"
|
||||
"sort"
|
||||
"sync"
|
||||
|
||||
"github.com/go-kit/log/level"
|
||||
|
|
Loading…
Reference in New Issue