From f77ad91c09a4fdc93589134146de87c618987dba Mon Sep 17 00:00:00 2001 From: Pedro Tanaka Date: Wed, 25 Oct 2023 14:56:04 +0200 Subject: [PATCH] fixing linting Signed-off-by: Pedro Tanaka --- execution/scan/matrix_selector.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/execution/scan/matrix_selector.go b/execution/scan/matrix_selector.go index 3c12506b..2dc4f1f9 100644 --- a/execution/scan/matrix_selector.go +++ b/execution/scan/matrix_selector.go @@ -11,11 +11,10 @@ import ( "github.com/prometheus/prometheus/model/labels" "github.com/prometheus/prometheus/model/value" + "github.com/prometheus/prometheus/promql/parser" "github.com/prometheus/prometheus/storage" "github.com/prometheus/prometheus/tsdb/chunkenc" - "github.com/prometheus/prometheus/promql/parser" - "github.com/thanos-io/promql-engine/execution/function" "github.com/thanos-io/promql-engine/execution/model" engstore "github.com/thanos-io/promql-engine/execution/storage"