collector: remove commented-out import from bcache collector
Signed-off-by: Matt Layher <mdlayher@gmail.com>pull/1504/head
parent
855a1f1d18
commit
a1659da2e7
|
@ -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 New Issue