Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Ye <[email protected]>
  • Loading branch information
yeya24 committed Dec 3, 2024
1 parent 4061437 commit f181abe
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pkg/querier/codec/protobuf_codec_test.go
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
package codec

import (
"github.com/gogo/protobuf/proto"
"github.com/stretchr/testify/require"
"testing"

"github.com/cortexproject/cortex/pkg/cortexpb"
"github.com/cortexproject/cortex/pkg/querier/tripperware"
"github.com/gogo/protobuf/proto"
"github.com/prometheus/common/model"
"github.com/prometheus/prometheus/model/histogram"
"github.com/prometheus/prometheus/model/labels"
"github.com/prometheus/prometheus/promql"
"github.com/prometheus/prometheus/promql/parser"
v1 "github.com/prometheus/prometheus/web/api/v1"
"github.com/stretchr/testify/require"

"github.com/cortexproject/cortex/pkg/cortexpb"
"github.com/cortexproject/cortex/pkg/querier/tripperware"
)

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

0 comments on commit f181abe

Please sign in to comment.