mirror of
https://github.com/prometheus/node_exporter.git
synced 2024-11-09 23:24:09 -08:00
collector: remove commented-out import from bcache collector
Signed-off-by: Matt Layher <mdlayher@gmail.com>
This commit is contained in:
parent
855a1f1d18
commit
a1659da2e7
|
@ -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 a new issue