Logging cleanup, linter.

This commit is contained in:
Leo Vasanko
2026-01-24 01:08:00 +00:00
parent f7f529d8b9
commit 0097bb4011
5 changed files with 38 additions and 66 deletions
+3 -1
View File
@@ -120,7 +120,9 @@ async def second_org_session_token(
@pytest_asyncio.fixture(scope="function")
async def org_admin_role(test_db: DB, test_org: Org, org_admin_permission: Permission) -> Role:
async def org_admin_role(
test_db: DB, test_org: Org, org_admin_permission: Permission
) -> Role:
"""Create a role with org admin permission only (no global admin)."""
role = Role(
uuid=uuid7.create(),