mirror of
https://github.com/prometheus/node_exporter.git
synced 2024-12-31 16:37:31 -08:00
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 (
|
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…
Reference in a new issue