From 37528e1bba4ea0abb634e647188cce7d8876827e Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Thu, 10 Mar 2022 09:56:04 +0100 Subject: [PATCH] stages/authenticator_validate: fix lint Signed-off-by: Jens Langhammer --- authentik/stages/authenticator_validate/tests.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/authentik/stages/authenticator_validate/tests.py b/authentik/stages/authenticator_validate/tests.py index 31962327a..6621eff96 100644 --- a/authentik/stages/authenticator_validate/tests.py +++ b/authentik/stages/authenticator_validate/tests.py @@ -16,12 +16,6 @@ from authentik.flows.views.executor import FlowExecutorView from authentik.lib.generators import generate_id, generate_key from authentik.lib.tests.utils import dummy_get_response, get_request from authentik.stages.authenticator_duo.models import AuthenticatorDuoStage, DuoDevice -from authentik.stages.authenticator_sms.models import ( - AuthenticatorSMSStage, - SMSAuthTypes, - SMSDevice, - SMSProviders, -) from authentik.stages.authenticator_validate.api import AuthenticatorValidateStageSerializer from authentik.stages.authenticator_validate.challenge import ( get_challenge_for_device,