Skip to content

Commit

Permalink
Make lint happy
Browse files Browse the repository at this point in the history
Signed-off-by: Alan Protasio <[email protected]>
  • Loading branch information
alanprot committed Jan 6, 2023
1 parent 9688e04 commit 6d9ce1f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions pkg/querier/batch/batch.go
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
package batch

import (
"github.com/cortexproject/cortex/pkg/querier/iterators"
"github.com/prometheus/common/model"
"github.com/prometheus/prometheus/tsdb/chunkenc"

"github.com/cortexproject/cortex/pkg/chunk"
"github.com/cortexproject/cortex/pkg/chunk/encoding"
"github.com/cortexproject/cortex/pkg/querier/iterators"

promchunk "github.com/cortexproject/cortex/pkg/chunk/encoding"
"github.com/prometheus/common/model"
"github.com/prometheus/prometheus/tsdb/chunkenc"
)

// GenericChunk is a generic chunk used by the batch iterator, in order to make the batch
Expand Down
4 changes: 2 additions & 2 deletions pkg/querier/block.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ import (
"sort"

"github.com/cortexproject/cortex/pkg/querier/iterators"
"github.com/cortexproject/cortex/pkg/querier/series"

"github.com/pkg/errors"
"github.com/prometheus/prometheus/model/labels"
"github.com/prometheus/prometheus/storage"
"github.com/prometheus/prometheus/tsdb/chunkenc"
"github.com/thanos-io/thanos/pkg/store/labelpb"
"github.com/thanos-io/thanos/pkg/store/storepb"

"github.com/cortexproject/cortex/pkg/querier/series"
)

func convertMatchersToLabelMatcher(matchers []*labels.Matcher) []storepb.LabelMatcher {
Expand Down
6 changes: 3 additions & 3 deletions pkg/querier/series/series_set.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ package series
import (
"sort"

"github.com/cortexproject/cortex/pkg/prom1/storage/metric"
"github.com/cortexproject/cortex/pkg/purger"
"github.com/cortexproject/cortex/pkg/querier/iterators"

"github.com/prometheus/common/model"
"github.com/prometheus/prometheus/model/labels"
"github.com/prometheus/prometheus/storage"
"github.com/prometheus/prometheus/tsdb/chunkenc"

"github.com/cortexproject/cortex/pkg/prom1/storage/metric"
"github.com/cortexproject/cortex/pkg/purger"
)

// ConcreteSeriesSet implements storage.SeriesSet.
Expand Down

0 comments on commit 6d9ce1f

Please sign in to comment.