chore: remove trailing whitespace from README.md formatting

This commit is contained in:
2025-11-13 22:05:26 +00:00
parent eb39080407
commit 3c1fa07744
7 changed files with 16 additions and 18 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
import pytest
import pytest_asyncio
import asyncio
from tortoise import Tortoise
@@ -22,7 +23,7 @@ def event_loop():
yield loop
loop.close()
@pytest.fixture(scope="session", autouse=True)
@pytest_asyncio.fixture(scope="session", autouse=True)
async def cleanup_db():
yield
await Tortoise.close_connections()