diff --git a/pkg/services/sqlstore/stats.go b/pkg/services/sqlstore/stats.go index 203534b3b93..6c5dfaea906 100644 --- a/pkg/services/sqlstore/stats.go +++ b/pkg/services/sqlstore/stats.go @@ -1,8 +1,6 @@ package sqlstore import ( - "fmt" - "github.com/grafana/grafana/pkg/bus" m "github.com/grafana/grafana/pkg/models" )