Skip to content

Commit

Permalink
revert import re-ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
wperron committed Feb 10, 2022
1 parent fc86df7 commit a8e5096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prometheus/go_collector_go117.go
Expand Up @@ -23,9 +23,9 @@ import (
"strings"
"sync"

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

Expand Down

0 comments on commit a8e5096

Please sign in to comment.