Chore: Fix goimports grouping in pkg/services (#62420)
* fix goimports * fix goimports order
This commit is contained in:
@@ -5,12 +5,13 @@ import (
|
||||
"net/url"
|
||||
"time"
|
||||
|
||||
"xorm.io/xorm"
|
||||
|
||||
"github.com/grafana/grafana/pkg/components/simplejson"
|
||||
"github.com/grafana/grafana/pkg/services/datasources"
|
||||
"github.com/grafana/grafana/pkg/services/sqlstore/migrations/ualert"
|
||||
"github.com/grafana/grafana/pkg/services/sqlstore/migrator"
|
||||
"github.com/grafana/grafana/pkg/util"
|
||||
"xorm.io/xorm"
|
||||
)
|
||||
|
||||
func AddExternalAlertmanagerToDatasourceMigration(mg *migrator.Migrator) {
|
||||
|
||||
Reference in New Issue
Block a user