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:
@@ -15,7 +15,7 @@ router = APIRouter()
|
||||
@router.get("/redis", status_code=status.HTTP_200_OK)
|
||||
async def redis_check(
|
||||
request: Request,
|
||||
pyprofile: Annotated[
|
||||
pyprofile: Annotated[ # noqa: ARG001
|
||||
bool, Query(description="Enable profiler for this request")
|
||||
] = False,
|
||||
):
|
||||
|
||||
Reference in New Issue
Block a user