From 1b1f2ea72c56984926b26d2c0cd41ba3ac3a5765 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Sat, 14 Jan 2023 19:58:24 +0100 Subject: [PATCH] providers/oauth2: actually fix import order Signed-off-by: Jens Langhammer --- authentik/providers/oauth2/views/provider.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/authentik/providers/oauth2/views/provider.py b/authentik/providers/oauth2/views/provider.py index 2b276bb04a..2567dda98b 100644 --- a/authentik/providers/oauth2/views/provider.py +++ b/authentik/providers/oauth2/views/provider.py @@ -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 (