Skip to content

Commit

Permalink
patch: fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
denopink committed Sep 19, 2024
1 parent e772d9c commit cc1ec5d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ import (

"github.com/prometheus/client_golang/prometheus"
"github.com/prometheus/client_golang/prometheus/promhttp"

// TODO replace httpaux/retry with github.com/xmidt-org/retry
// nolint:staticcheck
"github.com/xmidt-org/httpaux/retry"
"github.com/xmidt-org/touchstone"
)
Expand Down

0 comments on commit cc1ec5d

Please sign in to comment.