style(v2): normalize migration test formatting

This commit is contained in:
2026-07-27 19:46:33 +02:00
parent 15f8794029
commit 8b831fc985
+3 -1
View File
@@ -110,7 +110,9 @@ def test_database_role_rejects_unmigrated_database(tmp_path: Path) -> None:
@pytest.mark.asyncio
async def test_persisted_ids_and_timestamps_are_uuid7_and_aware_utc(tmp_path: Path) -> None:
async def test_persisted_ids_and_timestamps_are_uuid7_and_aware_utc(
tmp_path: Path,
) -> None:
db_module = importlib.import_module("backup_tool.db.engine")
models = importlib.import_module("backup_tool.db.models")
settings = settings_for(tmp_path)