From e6b275add3a5a84d18bb4b6319da366607877ff8 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Mon, 20 Sep 2021 20:41:05 +0200 Subject: [PATCH] stages/invitation: fix linting Signed-off-by: Jens Langhammer --- authentik/stages/invitation/tests.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/authentik/stages/invitation/tests.py b/authentik/stages/invitation/tests.py index c7da2af86..e58487272 100644 --- a/authentik/stages/invitation/tests.py +++ b/authentik/stages/invitation/tests.py @@ -15,7 +15,11 @@ from authentik.flows.planner import PLAN_CONTEXT_PENDING_USER, FlowPlan from authentik.flows.tests.test_views import TO_STAGE_RESPONSE_MOCK from authentik.flows.views import SESSION_KEY_PLAN from authentik.stages.invitation.models import Invitation, InvitationStage -from authentik.stages.invitation.stage import INVITATION_TOKEN_KEY, INVITATION_TOKEN_KEY_CONTEXT, PLAN_CONTEXT_PROMPT +from authentik.stages.invitation.stage import ( + INVITATION_TOKEN_KEY, + INVITATION_TOKEN_KEY_CONTEXT, + PLAN_CONTEXT_PROMPT, +) from authentik.stages.password import BACKEND_INBUILT from authentik.stages.password.stage import PLAN_CONTEXT_AUTHENTICATION_BACKEND