Skip to content

Commit

Permalink
Add initial type hints
Browse files Browse the repository at this point in the history
This should make it easier for users to correctly use Flask. The hints
are from Quart.
  • Loading branch information
pgjones committed Apr 26, 2021
1 parent f405c6f commit 7723709
Show file tree
Hide file tree
Showing 20 changed files with 820 additions and 461 deletions.
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ Unreleased
``python`` shell if ``readline`` is installed. :issue:`3941`
- ``helpers.total_seconds()`` is deprecated. Use
``timedelta.total_seconds()`` instead. :pr:`3962`
- Add type hinting. :pr:`3973`.


Version 1.1.2
Expand Down
Loading

0 comments on commit 7723709

Please sign in to comment.