Skip to content

Commit 157170d

Browse files
authored
Merge pull request prometheus#1007 from prometheus/fix-lint
Fixed lint warning.
2 parents 66837e3 + 9894406 commit 157170d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

prometheus/metric_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ package prometheus
1616
import (
1717
"testing"
1818

19+
//nolint:staticcheck // Ignore SA1019. Need to keep deprecated package for compatibility.
1920
"github.com/golang/protobuf/proto"
2021
dto "github.com/prometheus/client_model/go"
2122
)

0 commit comments

Comments
 (0)