Merge pull request #12546 from roidelapluie/removeimport

TSDB: Remove usused import of sort
This commit is contained in:
Julien Pivotto 2023-07-11 15:06:48 +02:00 committed by GitHub
commit 89e213bc02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

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