Skip to content

Commit 1c8e5f1

Browse files
committed
Fix imports
1 parent 2a4d965 commit 1c8e5f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎pkg/logql/log/label_filter_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@ import (
66
"testing"
77
"time"
88

9-
"github.com/grafana/loki/v3/pkg/logqlmodel"
109
"github.com/prometheus/prometheus/model/labels"
1110
"github.com/stretchr/testify/assert"
1211
"github.com/stretchr/testify/require"
12+
13+
"github.com/grafana/loki/v3/pkg/logqlmodel"
1314
)
1415

1516
func TestBinary_Filter(t *testing.T) {

0 commit comments

Comments
 (0)