Chore: Fix goimports grouping in pkg/api (#62419)

* fix goimports

* fix goimports order
This commit is contained in:
Serge Zaitsev
2023-01-30 08:18:26 +00:00
committed by GitHub
parent 9b2abe7613
commit 324310abbc
21 changed files with 38 additions and 30 deletions
+2 -1
View File
@@ -3,8 +3,9 @@ package api
import (
"testing"
"github.com/grafana/grafana/pkg/setting"
"github.com/stretchr/testify/assert"
"github.com/grafana/grafana/pkg/setting"
)
func TestHTTPServer_MetricsBasicAuth(t *testing.T) {