Fix typing of jinja decorators (#4109)

This commit is contained in:
default-303 2021-05-30 00:24:35 +05:30 committed by GitHub
parent a960236117
commit 8e589daaf2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 3 deletions

View file

@ -8,6 +8,8 @@ Unreleased
- Fix type annotation for ``teardown_request``. :issue:`4093`
- Fix type annotation for ``before_request`` and ``before_app_request``
decorators. :issue:`4104`
- Fixed the issue where typing requires template global
decorators to accept functions with no arguments. :issue:`4098`
Version 2.0.1