Fixes Pyright type errors for src/flask/helpers.py

This commit is contained in:
bre-17387639 2024-08-06 18:03:28 -06:00
parent 8a6cdf1e2a
commit b156cd2d5e
2 changed files with 3 additions and 1 deletions

View file

@ -6,6 +6,7 @@ Version 3.1.0
- ``Flask.open_resource``/``open_instance_resource`` and
``Blueprint.open_resource`` take an ``encoding`` parameter to use when
opening in text mode. It defaults to ``utf-8``. :issue:`5504`
- Fixes Pyright type errors in ``src/flask/helpers.py``. :issue:`5547`
Version 3.0.3
-------------