Skip to content

Commit f181abe

Browse files
committed
lint
Signed-off-by: Ben Ye <[email protected]>
1 parent 4061437 commit f181abe

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

pkg/querier/codec/protobuf_codec_test.go

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
11
package codec
22

33
import (
4-
"github.com/gogo/protobuf/proto"
5-
"github.com/stretchr/testify/require"
64
"testing"
75

8-
"github.com/cortexproject/cortex/pkg/cortexpb"
9-
"github.com/cortexproject/cortex/pkg/querier/tripperware"
6+
"github.com/gogo/protobuf/proto"
107
"github.com/prometheus/common/model"
118
"github.com/prometheus/prometheus/model/histogram"
129
"github.com/prometheus/prometheus/model/labels"
1310
"github.com/prometheus/prometheus/promql"
1411
"github.com/prometheus/prometheus/promql/parser"
1512
v1 "github.com/prometheus/prometheus/web/api/v1"
13+
"github.com/stretchr/testify/require"
14+
15+
"github.com/cortexproject/cortex/pkg/cortexpb"
16+
"github.com/cortexproject/cortex/pkg/querier/tripperware"
1617
)
1718

1819
func TestProtobufCodec_Encode(t *testing.T) {

0 commit comments

Comments
 (0)