collector: remove commented-out import from bcache collector

Signed-off-by: Matt Layher <mdlayher@gmail.com>
This commit is contained in:
Matt Layher 2019-10-01 11:47:25 -04:00
parent 855a1f1d18
commit a1659da2e7
No known key found for this signature in database
GPG key ID: 77BFE531397EDE94

View file

@ -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"
)