Skip to content

Commit

Permalink
group imports
Browse files Browse the repository at this point in the history
Signed-off-by: Wen Xu <[email protected]>
  • Loading branch information
wenxu1024 committed Nov 28, 2023
1 parent 6b5eef7 commit a15fb45
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pkg/storage/tsdb/bucketindex/block_ids_fetcher.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ package bucketindex

import (
"context"
"github.com/thanos-io/thanos/pkg/block"

"github.com/go-kit/log"
"github.com/go-kit/log/level"
"github.com/oklog/ulid"
"github.com/pkg/errors"
"github.com/thanos-io/objstore"
"github.com/thanos-io/thanos/pkg/block"

"github.com/cortexproject/cortex/pkg/storage/bucket"
)
Expand Down
4 changes: 2 additions & 2 deletions pkg/storage/tsdb/bucketindex/block_ids_fetcher_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@ import (
"bytes"
"context"
"encoding/json"
"github.com/thanos-io/thanos/pkg/block/metadata"
"path"
"sync"
"testing"
"time"

"github.com/cortexproject/cortex/pkg/util/concurrency"
"github.com/go-kit/log"
"github.com/oklog/ulid"
"github.com/stretchr/testify/require"
"github.com/thanos-io/thanos/pkg/block/metadata"

cortex_testutil "github.com/cortexproject/cortex/pkg/storage/tsdb/testutil"
"github.com/cortexproject/cortex/pkg/util/concurrency"
)

func TestBlockIDsFetcher_Fetch(t *testing.T) {
Expand Down

0 comments on commit a15fb45

Please sign in to comment.