mirror of
https://github.com/grillazz/fastapi-sqlalchemy-asyncpg.git
synced 2026-03-06 10:00:39 +03:00
style: clean up code formatting and add missing newline in profiler.py
This commit is contained in:
@@ -21,6 +21,7 @@ from app.redis import get_redis
|
||||
def anyio_backend(request):
|
||||
return request.param
|
||||
|
||||
|
||||
def _create_db(conn) -> None:
|
||||
"""Create the test database if it doesn't exist."""
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user