Skip to content

Commit 1dfcdc1

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ringbuffer/functions.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ package ringbuffer
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/util/annotations"
1313
"github.com/thanos-io/promql-engine/execution/aggregate"

0 commit comments

Comments
 (0)