Merge pull request #3973 from pgjones/typing

This commit is contained in:
David Lord 2021-04-27 07:32:10 -07:00 committed by GitHub
commit 1a8549debb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
27 changed files with 869 additions and 461 deletions

View file

@ -77,6 +77,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