Merge pull request #1007 from prometheus/fix-lint

Fixed lint warning.
This commit is contained in:
Kemal Akkoyun 2022-03-17 14:26:26 +01:00 committed by GitHub
commit 157170dd1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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"
)