fix: reorder imports and use ty-compatible type suppression
This commit is contained in:
parent
f648422227
commit
1054feb534
12 changed files with 14 additions and 14 deletions
|
|
@ -6,8 +6,8 @@ from fido2.cose import ES256
|
|||
from fido2.webauthn import Aaguid, AttestedCredentialData
|
||||
from httpx import AsyncClient
|
||||
|
||||
from tests.conftest import get_csrf_token
|
||||
from porchlight.models import User, WebAuthnCredential
|
||||
from tests.conftest import get_csrf_token
|
||||
|
||||
RP_ID = "localhost"
|
||||
ORIGIN = "http://localhost:8000"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue