Skip to content

Commit

Permalink
ignore type until encode/starlette#2403 is merged
Browse files Browse the repository at this point in the history
  • Loading branch information
callebtc committed Jul 24, 2024
1 parent c3b2ca0 commit ccbd35b
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
Expand Up @@ -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:
Expand Down

0 comments on commit ccbd35b

Please sign in to comment.