providers/oauth2: actually fix import order
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
parent
6e1a54753e
commit
1b1f2ea72c
|
@ -6,7 +6,7 @@ from django.shortcuts import get_object_or_404, reverse
|
|||
from django.views import View
|
||||
from guardian.shortcuts import get_anonymous_user
|
||||
from structlog.stdlib import get_logger
|
||||
from guardian.shortcuts import get_anonymous_user
|
||||
|
||||
from authentik.core.exceptions import PropertyMappingExpressionException
|
||||
from authentik.core.models import Application
|
||||
from authentik.providers.oauth2.constants import (
|
||||
|
|
Reference in New Issue