Chore: Fix goimports grouping in other backend platform packages (#62422)

* fix goimports

* fix goimports order

* fix goimports order

* fix goimports order

* fix goimports order

* fix goimports order
This commit is contained in:
Serge Zaitsev
2023-01-30 08:26:42 +00:00
committed by GitHub
parent da7065d3dc
commit aebcecf538
38 changed files with 72 additions and 52 deletions
-1
View File
@@ -4,7 +4,6 @@ import (
"testing"
"github.com/grafana/grafana-azure-sdk-go/azsettings"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
)