Merge pull request #1504 from prometheus/mdl-rm-import
collector: remove commented-out import from bcache collector
This commit is contained in:
commit
57b1e636a5
1 changed files with 0 additions and 1 deletions
|
|
@ -18,7 +18,6 @@ package collector
|
||||||
import (
|
import (
|
||||||
"fmt"
|
"fmt"
|
||||||
|
|
||||||
// https://godoc.org/github.com/prometheus/client_golang/prometheus
|
|
||||||
"github.com/prometheus/client_golang/prometheus"
|
"github.com/prometheus/client_golang/prometheus"
|
||||||
"github.com/prometheus/procfs/bcache"
|
"github.com/prometheus/procfs/bcache"
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue