Sfoglia il codice sorgente

tech(fmt): remove unused code

bergquist 10 anni fa
parent
commit
92cba94031
1 ha cambiato i file con 0 aggiunte e 2 eliminazioni
  1. 0 2
      pkg/services/sqlstore/stats.go

+ 0 - 2
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"
 )