From 2dc0792d9e624bdd9f8fa3567394003a193fbc0f Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Mon, 2 Jan 2023 09:28:26 +0100 Subject: [PATCH] stages/email: remove unused import Signed-off-by: Jens Langhammer --- authentik/stages/email/stage.py | 1 - 1 file changed, 1 deletion(-) diff --git a/authentik/stages/email/stage.py b/authentik/stages/email/stage.py index 7fe4ac757..02f118676 100644 --- a/authentik/stages/email/stage.py +++ b/authentik/stages/email/stage.py @@ -11,7 +11,6 @@ from django.utils.translation import gettext as _ from rest_framework.fields import CharField from rest_framework.serializers import ValidationError -from authentik.core.models import User from authentik.flows.challenge import Challenge, ChallengeResponse, ChallengeTypes from authentik.flows.models import FlowToken from authentik.flows.planner import PLAN_CONTEXT_IS_RESTORED, PLAN_CONTEXT_PENDING_USER