stages/authenticator_validate: fix lint

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2022-01-12 23:00:28 +01:00
parent 68a98cd86c
commit 7db7b7cc4d
1 changed files with 0 additions and 2 deletions

View File

@ -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 import bytes_to_base64url
from webauthn.helpers.exceptions import InvalidRegistrationResponse from webauthn.helpers.exceptions import InvalidRegistrationResponse
from webauthn.helpers.structs import ( from webauthn.helpers.structs import (
AuthenticatorAttachment,
AuthenticatorSelectionCriteria, AuthenticatorSelectionCriteria,
PublicKeyCredentialCreationOptions, PublicKeyCredentialCreationOptions,
RegistrationCredential, RegistrationCredential,
ResidentKeyRequirement,
) )
from webauthn.registration.verify_registration_response import VerifiedRegistration from webauthn.registration.verify_registration_response import VerifiedRegistration