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.