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:
@@ -25,4 +25,4 @@ class ProfilingMiddleware(BaseHTTPMiddleware):
|
||||
headers={"Content-Disposition": "attachment; filename=profile.html"},
|
||||
)
|
||||
|
||||
return await call_next(request)
|
||||
return await call_next(request)
|
||||
|
||||
Reference in New Issue
Block a user