Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
shantanualsi committed Nov 21, 2024
1 parent 4babda5 commit b7b207e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/pattern/aggregation/metrics.go
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
package aggregation

import (
"github.com/grafana/loki/v3/pkg/util/constants"
"github.com/prometheus/client_golang/prometheus"
"github.com/prometheus/client_golang/prometheus/promauto"

"github.com/grafana/loki/v3/pkg/util/constants"
)

type Metrics struct {
Expand Down

0 comments on commit b7b207e

Please sign in to comment.