Chore: Fix goimports grouping (#62426)

fix goimports ordering
This commit is contained in:
Serge Zaitsev
2023-01-30 09:34:18 +01:00
committed by GitHub
parent f531074d89
commit 7dbd2cd139
32 changed files with 60 additions and 44 deletions
+2 -2
View File
@@ -4,11 +4,11 @@ import (
"errors"
"testing"
"github.com/stretchr/testify/require"
"github.com/grafana/grafana/pkg/services/ldap"
"github.com/grafana/grafana/pkg/services/login"
"github.com/stretchr/testify/require"
//TODO(sh0rez): remove once import cycle resolved
_ "github.com/grafana/grafana/pkg/api/response"
)