File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ package querier
3
3
import (
4
4
"context"
5
5
"fmt"
6
- "github.com/cortexproject/cortex/pkg/storegateway"
7
6
"io"
8
7
"sort"
9
8
"strings"
@@ -35,6 +34,7 @@ import (
35
34
"google.golang.org/grpc/status"
36
35
37
36
"github.com/cortexproject/cortex/pkg/storage/tsdb/bucketindex"
37
+ "github.com/cortexproject/cortex/pkg/storegateway"
38
38
"github.com/cortexproject/cortex/pkg/storegateway/storegatewaypb"
39
39
"github.com/cortexproject/cortex/pkg/util"
40
40
"github.com/cortexproject/cortex/pkg/util/limiter"
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ package storegateway
3
3
import (
4
4
"context"
5
5
"fmt"
6
- "google.golang.org/grpc/status"
7
6
"math"
8
7
"net/http"
9
8
"os"
@@ -32,6 +31,7 @@ import (
32
31
"github.com/weaveworks/common/logging"
33
32
"google.golang.org/grpc/codes"
34
33
"google.golang.org/grpc/metadata"
34
+ "google.golang.org/grpc/status"
35
35
36
36
"github.com/cortexproject/cortex/pkg/storage/bucket"
37
37
"github.com/cortexproject/cortex/pkg/storage/tsdb"
You can’t perform that action at this time.
0 commit comments