Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jhesketh committed Sep 20, 2024
1 parent 567cd34 commit 8012108
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/streamingpromql/operators/metric_names.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 8012108

Please sign in to comment.