Skip to content

Commit da0cf2e

Browse files
committed
lint: fix import order
1 parent 621ffe4 commit da0cf2e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pkg/querier/tripperware/queryrange/query_range_middlewares_test.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,15 @@ import (
1010
"testing"
1111
"time"
1212

13-
"github.com/cortexproject/cortex/pkg/querier/tripperware"
14-
"github.com/cortexproject/cortex/pkg/util/validation"
1513
"github.com/go-kit/log"
1614
"github.com/stretchr/testify/require"
1715
"github.com/thanos-io/promql-engine/logicalplan"
1816
"github.com/thanos-io/thanos/pkg/querysharding"
1917
"github.com/weaveworks/common/middleware"
2018
"github.com/weaveworks/common/user"
19+
20+
"github.com/cortexproject/cortex/pkg/querier/tripperware"
21+
"github.com/cortexproject/cortex/pkg/util/validation"
2122
)
2223

2324
var (

0 commit comments

Comments
 (0)