Fix type annotation for before_request and before_app_request decorators

This commit is contained in:
Marat Sharafutdinov 2021-05-25 18:04:41 +03:00 committed by Phil Jones
parent f7adb2c813
commit a960236117
4 changed files with 13 additions and 6 deletions

View file

@ -5,7 +5,9 @@ Version 2.0.2
Unreleased
- Fix type annotation for ``teardown_request``. :issue:`4093`
- Fix type annotation for ``teardown_request``. :issue:`4093`
- Fix type annotation for ``before_request`` and ``before_app_request``
decorators. :issue:`4104`
Version 2.0.1