]> git.ipfire.org Git - thirdparty/tornado.git/commit
wsgi: Avoid deprecated typing.Text alias
authorBen Darnell <ben@bendarnell.com>
Thu, 13 Jun 2024 18:49:03 +0000 (14:49 -0400)
committerBen Darnell <ben@bendarnell.com>
Thu, 13 Jun 2024 18:49:03 +0000 (14:49 -0400)
commitad277a7222a12e294708dd651a6a43f47d520863
tree02af7d81e91be16701d5ff836a53ffc7c5e9f668
parent6c4d751028fdb662e8167920c8aa47b88460da92
wsgi: Avoid deprecated typing.Text alias

This alias existed only for python 2 compatibility.
This commit was partially made by pyupgrade and then I manually fixed
the unused import.
tornado/wsgi.py