Skip to content

Commit 6e47284

Browse files
committed
fix lint
Signed-off-by: SungJin1212 <tjdwls1201@gmail.com>
1 parent 98c02b1 commit 6e47284

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

integration/parquet_store_gateway_test.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,13 @@ import (
1717
"github.com/thanos-io/thanos/pkg/block"
1818
"github.com/thanos-io/thanos/pkg/block/metadata"
1919

20-
cortex_testutil "github.com/cortexproject/cortex/pkg/util/test"
21-
2220
"github.com/cortexproject/cortex/integration/e2e"
2321
e2ecache "github.com/cortexproject/cortex/integration/e2e/cache"
2422
e2edb "github.com/cortexproject/cortex/integration/e2e/db"
2523
"github.com/cortexproject/cortex/integration/e2ecortex"
2624
"github.com/cortexproject/cortex/pkg/storage/bucket"
2725
"github.com/cortexproject/cortex/pkg/util/log"
26+
cortex_testutil "github.com/cortexproject/cortex/pkg/util/test"
2827
)
2928

3029
func TestParquetBucketStore_ProjectionHint(t *testing.T) {

0 commit comments

Comments
 (0)