Merge pull request #1504 from prometheus/mdl-rm-import
collector: remove commented-out import from bcache collector
This commit is contained in:
commit
57b1e636a5
|
@ -18,7 +18,6 @@ package collector
|
|||
import (
|
||||
"fmt"
|
||||
|
||||
// https://godoc.org/github.com/prometheus/client_golang/prometheus
|
||||
"github.com/prometheus/client_golang/prometheus"
|
||||
"github.com/prometheus/procfs/bcache"
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue