From a1659da2e7d5bc43fa8a39edd3c0367d9e82754b Mon Sep 17 00:00:00 2001 From: Matt Layher Date: Tue, 1 Oct 2019 11:47:25 -0400 Subject: [PATCH] collector: remove commented-out import from bcache collector Signed-off-by: Matt Layher --- collector/bcache_linux.go | 1 - 1 file changed, 1 deletion(-) diff --git a/collector/bcache_linux.go b/collector/bcache_linux.go index c406c11f..b940b44f 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" )