Imports order

This commit is contained in:
gamab
2023-05-23 18:52:29 +02:00
parent 1cb3050e2b
commit 004c3da1fa
@@ -5,11 +5,12 @@ import (
"testing"
"time"
"github.com/stretchr/testify/mock"
"github.com/stretchr/testify/require"
ac "github.com/grafana/grafana/pkg/services/accesscontrol"
"github.com/grafana/grafana/pkg/services/oauthserver"
"github.com/grafana/grafana/pkg/services/user"
"github.com/stretchr/testify/mock"
"github.com/stretchr/testify/require"
)
var cachedUser = func() *oauthserver.Client {