Skip to content

Commit

Permalink
ignore type for validation handler
Browse files Browse the repository at this point in the history
  • Loading branch information
callebtc committed Oct 8, 2024
1 parent 647c217 commit b0508aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cashu/mint/app.py
Original file line number Diff line number Diff line change
@@ -91,7 +91,7 @@ async def catch_exceptions(request: Request, call_next):


# Add exception handlers
app.add_exception_handler(RequestValidationError, request_validation_exception_handler)
app.add_exception_handler(RequestValidationError, request_validation_exception_handler) # type: ignore

# Add routers
if settings.debug_mint_only_deprecated:

0 comments on commit b0508aa

Please sign in to comment.