flask
flask copied to clipboard
Changed the static annotated type filename parameter of select_jinja_autoescape method in src/flask/sansio/app.py
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.
Is there anything required from my end to close this particular pull request
Hi Maintainers, is there anything I could do to get this PR resolved