Skip to content

Commit 570b4af

Browse files
committed
Lint
Signed-off-by: Justin Jung <[email protected]>
1 parent 5b4cfdc commit 570b4af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pkg/querier/blocks_store_queryable_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ package querier
33
import (
44
"context"
55
"fmt"
6-
"github.com/cortexproject/cortex/pkg/storegateway"
76
"io"
87
"sort"
98
"strings"
@@ -35,6 +34,7 @@ import (
3534
"google.golang.org/grpc/status"
3635

3736
"github.com/cortexproject/cortex/pkg/storage/tsdb/bucketindex"
37+
"github.com/cortexproject/cortex/pkg/storegateway"
3838
"github.com/cortexproject/cortex/pkg/storegateway/storegatewaypb"
3939
"github.com/cortexproject/cortex/pkg/util"
4040
"github.com/cortexproject/cortex/pkg/util/limiter"

pkg/storegateway/bucket_stores.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ package storegateway
33
import (
44
"context"
55
"fmt"
6-
"google.golang.org/grpc/status"
76
"math"
87
"net/http"
98
"os"
@@ -32,6 +31,7 @@ import (
3231
"github.com/weaveworks/common/logging"
3332
"google.golang.org/grpc/codes"
3433
"google.golang.org/grpc/metadata"
34+
"google.golang.org/grpc/status"
3535

3636
"github.com/cortexproject/cortex/pkg/storage/bucket"
3737
"github.com/cortexproject/cortex/pkg/storage/tsdb"

0 commit comments

Comments
 (0)