From 8012108b0191029345ba38edad6c673b2a269304 Mon Sep 17 00:00:00 2001 From: Joshua Hesketh Date: Fri, 20 Sep 2024 11:09:17 +1000 Subject: [PATCH] Fix lint --- pkg/streamingpromql/operators/metric_names.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkg/streamingpromql/operators/metric_names.go b/pkg/streamingpromql/operators/metric_names.go index c6d84c0ce2f..9980a406221 100644 --- a/pkg/streamingpromql/operators/metric_names.go +++ b/pkg/streamingpromql/operators/metric_names.go @@ -3,8 +3,9 @@ package operators import ( - "github.com/grafana/mimir/pkg/streamingpromql/types" "github.com/prometheus/prometheus/model/labels" + + "github.com/grafana/mimir/pkg/streamingpromql/types" ) // MetricNames captures and stores the metric names of each series for later use in an operator.