diff --git a/collector/bcache_linux.go b/collector/bcache_linux.go index c406c11..b940b44 100644 --- a/collector/bcache_linux.go +++ b/collector/bcache_linux.go @@ -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" )