You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't like current behavior on documented FastAPI handlers.
@router.get("/path")asyncdefsome_handler(
can_restrict_members: bool|None=Query(None, description="Can restrict members?"), # the line is toooooo long
):
...
Describe the style change
I don't like current behavior on documented FastAPI handlers.
Examples in the current Black style
Desired style
Additional context
The text was updated successfully, but these errors were encountered: