Skip to content

Commit 131cee9

Browse files
committed
lint
Signed-off-by: Ben Ye <benye@amazon.com>
1 parent fb51f0d commit 131cee9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/frontend/transport/handler.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import (
66
"errors"
77
"flag"
88
"fmt"
9-
"github.com/cortexproject/cortex/pkg/querier/tripperware"
109
"io"
1110
"net/http"
1211
"net/url"
@@ -24,6 +23,7 @@ import (
2423
"google.golang.org/grpc/status"
2524

2625
querier_stats "github.com/cortexproject/cortex/pkg/querier/stats"
26+
"github.com/cortexproject/cortex/pkg/querier/tripperware"
2727
"github.com/cortexproject/cortex/pkg/tenant"
2828
"github.com/cortexproject/cortex/pkg/util"
2929
util_log "github.com/cortexproject/cortex/pkg/util/log"

0 commit comments

Comments
 (0)