fix: reorder imports and use ty-compatible type suppression

This commit is contained in:
Johan Lundberg 2026-02-19 14:29:01 +01:00
parent f648422227
commit 1054feb534
No known key found for this signature in database
GPG key ID: A6C152738D03C7D1
12 changed files with 14 additions and 14 deletions

View file

@ -9,9 +9,9 @@ from cryptojwt.jwk.jwk import key_from_jwk_dict
from cryptojwt.jws.jws import JWS
from httpx import AsyncClient
from tests.conftest import get_csrf_token
from porchlight.authn.password import PasswordService
from porchlight.models import PasswordCredential, User
from tests.conftest import get_csrf_token
async def test_full_authorization_code_flow(client: AsyncClient) -> None: