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
our FlaskResponseType gives us a type error, but looks like it's almost the same as ResponseValue (a subtype of ResponseReturnValue. Is there a reason why we are using our own return type for route functions instead of the flask defined one?
our FlaskResponseType gives us a type error, but looks like it's almost the same as ResponseValue (a subtype of ResponseReturnValue. Is there a reason why we are using our own return type for route functions instead of the flask defined one?
Let's use the flask defined return types instead
Yun-L
linked a pull request
Sep 2, 2023
that will
close
this issue
Describe the bug
mypy fails because of the exception handler in
app.py
. It's commented out right now but it shouldn't be.The text was updated successfully, but these errors were encountered: