Skip to content

Commit

Permalink
Merge pull request #1007 from prometheus/fix-lint
Browse files Browse the repository at this point in the history
Fixed lint warning.
  • Loading branch information
kakkoyun committed Mar 17, 2022
2 parents 66837e3 + 9894406 commit 157170d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions prometheus/metric_test.go
Expand Up @@ -16,6 +16,7 @@ package prometheus
import (
"testing"

//nolint:staticcheck // Ignore SA1019. Need to keep deprecated package for compatibility.
"github.com/golang/protobuf/proto"
dto "github.com/prometheus/client_model/go"
)
Expand Down

0 comments on commit 157170d

Please sign in to comment.