pallets / flask

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

Added python type annotation and return type. #5485

Closed MirMohammadd closed 3 months ago

MirMohammadd commented 3 months ago

Implements missing python type annotation.

davidism commented 3 months ago

Huh, why wasn't this caught by mypy strict?