forked from orbit-oss/flask
Fix type annotation for before_request and before_app_request decorators
This commit is contained in:
parent
f7adb2c813
commit
a960236117
4 changed files with 13 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue