Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/fastapi_problem/handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ def new_exception_handler( # noqa: PLR0913

def add_exception_handler( # noqa: PLR0913
app: FastAPI,
eh: ExceptionHandler or None = None,
eh: ExceptionHandler | None = None,
*,
logger: logging.Logger | None = None,
cors: CorsConfiguration | None = None,
Expand Down
Loading