refactor: hoist Project import to top; drop unused test import
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user