mirror of
https://github.com/grillazz/fastapi-sqlalchemy-asyncpg.git
synced 2026-04-23 08:20: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