pallets / flask

The Python micro framework for building web applications.
https://flask.palletsprojects.com
BSD 3-Clause "New" or "Revised" License
68.2k stars 16.25k forks source link

helpers.py #5610

Closed Kartikeya-Kotkar closed 1 month ago

Kartikeya-Kotkar commented 2 months ago

The type: ignore[return-value] was used to suppress a return type mismatch that likely no longer exists. Since mypy is now flagging it as unused, the directive can be safely removed.

davidism commented 1 month ago

Ended up fixing this directly while updating dependencies.