lol
This commit is contained in:
@@ -167,4 +167,4 @@ def jsonify(*args: t.Any, **kwargs: t.Any) -> Response:
|
||||
|
||||
.. versionadded:: 0.2
|
||||
"""
|
||||
return current_app.json.response(*args, **kwargs)
|
||||
return current_app.json.response(*args, **kwargs) # type: ignore[return-value]
|
||||
|
||||
Reference in New Issue
Block a user