Chore: Fix goimports grouping in alerting (#62424)

* fix goimports

* fix goimports order
This commit is contained in:
Serge Zaitsev
2023-01-30 09:55:35 +01:00
committed by GitHub
parent 0bf4093005
commit d6d4097567
69 changed files with 149 additions and 136 deletions

View File

@@ -1,9 +1,10 @@
package metrics
import (
"github.com/grafana/grafana/pkg/util/ticker"
"github.com/prometheus/client_golang/prometheus"
"github.com/prometheus/client_golang/prometheus/promauto"
"github.com/grafana/grafana/pkg/util/ticker"
)
type Scheduler struct {

View File

@@ -7,14 +7,12 @@ import (
"sync"
"time"
"github.com/grafana/grafana/pkg/web"
"github.com/grafana/grafana/pkg/api/response"
"github.com/prometheus/client_golang/prometheus"
"github.com/grafana/grafana/pkg/api/response"
contextmodel "github.com/grafana/grafana/pkg/services/contexthandler/model"
apimodels "github.com/grafana/grafana/pkg/services/ngalert/api/tooling/definitions"
"github.com/grafana/grafana/pkg/web"
)
// OrgRegistries represents a map of registries per org.