Merge pull request #1504 from prometheus/mdl-rm-import

collector: remove commented-out import from bcache collector
This commit is contained in:
Matt Layher 2019-10-01 12:05:14 -04:00 committed by GitHub
commit 57b1e636a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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