Skip to content

Commit 2596e61

Browse files
committed
Fix lint
Signed-off-by: SungJin1212 <[email protected]>
1 parent b33dea0 commit 2596e61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

execution/aggregate/accumulator.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ package aggregate
55

66
import (
77
"context"
8-
"errors"
98
"math"
109

10+
"github.com/efficientgo/core/errors"
1111
"github.com/prometheus/prometheus/model/histogram"
1212
"github.com/prometheus/prometheus/promql/parser/posrange"
1313
"github.com/prometheus/prometheus/util/annotations"

0 commit comments

Comments
 (0)