refactor: hoist Project import to top; drop unused test import

This commit is contained in:
2026-06-15 23:39:14 +00:00
parent c04830a0ad
commit 446d8704f9
2 changed files with 1 additions and 4 deletions
-1
View File
@@ -2,7 +2,6 @@ import time
from tests.conftest import make_project
from backend import portal_auth as pa
from backend.models import Client, ClientAccessToken
from backend.auth_passwords import hash_password
def test_portal_client_for_project_is_1to1_and_idempotent(db_session):