Skip to content

Commit 0fd592d

Browse files
committed
appease linter
Signed-off-by: Pedro Tanaka <[email protected]>
1 parent 4cbfe00 commit 0fd592d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

engine/engine.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ import (
2323
"github.com/thanos-io/promql-engine/query"
2424
engstorage "github.com/thanos-io/promql-engine/storage"
2525
promstorage "github.com/thanos-io/promql-engine/storage/prometheus"
26+
"github.com/thanos-io/promql-engine/tracing"
2627

2728
"github.com/efficientgo/core/errors"
2829
"github.com/prometheus/client_golang/prometheus"
@@ -33,7 +34,6 @@ import (
3334
"github.com/prometheus/prometheus/storage"
3435
"github.com/prometheus/prometheus/util/annotations"
3536
"github.com/prometheus/prometheus/util/stats"
36-
"github.com/thanos-io/promql-engine/tracing"
3737
)
3838

3939
type QueryType int

execution/execution.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ import (
3535
"github.com/thanos-io/promql-engine/logicalplan"
3636
"github.com/thanos-io/promql-engine/query"
3737
"github.com/thanos-io/promql-engine/storage"
38+
"github.com/thanos-io/promql-engine/tracing"
3839

3940
"github.com/efficientgo/core/errors"
4041
"github.com/prometheus/prometheus/promql"
4142
"github.com/prometheus/prometheus/promql/parser"
4243
promstorage "github.com/prometheus/prometheus/storage"
43-
"github.com/thanos-io/promql-engine/tracing"
4444
)
4545

4646
// New creates new physical query execution for a given query expression which represents logical plan.

0 commit comments

Comments
 (0)