From 7db7b7cc4dcf76f1debcaa007fa7a8e43ff96325 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Wed, 12 Jan 2022 23:00:28 +0100 Subject: [PATCH] stages/authenticator_validate: fix lint Signed-off-by: Jens Langhammer --- authentik/stages/authenticator_webauthn/stage.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/authentik/stages/authenticator_webauthn/stage.py b/authentik/stages/authenticator_webauthn/stage.py index aa647b5b6..e24208fce 100644 --- a/authentik/stages/authenticator_webauthn/stage.py +++ b/authentik/stages/authenticator_webauthn/stage.py @@ -10,11 +10,9 @@ from webauthn import generate_registration_options, options_to_json, verify_regi from webauthn.helpers import bytes_to_base64url from webauthn.helpers.exceptions import InvalidRegistrationResponse from webauthn.helpers.structs import ( - AuthenticatorAttachment, AuthenticatorSelectionCriteria, PublicKeyCredentialCreationOptions, RegistrationCredential, - ResidentKeyRequirement, ) from webauthn.registration.verify_registration_response import VerifiedRegistration