flask icon indicating copy to clipboard operation
flask copied to clipboard

Changed the static annotated type filename parameter of select_jinja_autoescape method in src/flask/sansio/app.py

Open subhajitsaha01 opened this issue 4 months ago • 2 comments

Inside the code of the method the filename is checked against a None value and returns True, but the static annotated type is a str. I have changed the static annotation type to str to str | None.

subhajitsaha01 avatar Sep 06 '25 16:09 subhajitsaha01

Is there anything required from my end to close this particular pull request

subhajitsaha01 avatar Sep 22 '25 18:09 subhajitsaha01

Hi Maintainers, is there anything I could do to get this PR resolved

subhajitsaha01 avatar Oct 29 '25 01:10 subhajitsaha01