stages/identification: fix unused import

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2021-04-30 09:34:33 +02:00
parent 34c45900c2
commit 9ce49c2089
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ from authentik.flows.stage import (
ChallengeStageView, ChallengeStageView,
) )
from authentik.flows.views import SESSION_KEY_APPLICATION_PRE from authentik.flows.views import SESSION_KEY_APPLICATION_PRE
from authentik.stages.identification.models import IdentificationStage, UserFields from authentik.stages.identification.models import IdentificationStage
LOGGER = get_logger() LOGGER = get_logger()