]> git.ipfire.org Git - thirdparty/tornado.git/commit
*: More small pyupgrade cleanups
authorBen Darnell <ben@bendarnell.com>
Thu, 13 Jun 2024 18:52:19 +0000 (14:52 -0400)
committerBen Darnell <ben@bendarnell.com>
Thu, 13 Jun 2024 18:52:19 +0000 (14:52 -0400)
commit39346ce1853cf12934c7a002f2aa042b4f96094b
tree615e8159fa342edcc0c7f0972deee3646a3221e6
parentad277a7222a12e294708dd651a6a43f47d520863
*: More small pyupgrade cleanups

- Unpack list comprehension
- Redundant calls to str() on string literals
- Unnecessary args to super()

With the previous commits, this brings us up to
pyupgrade --py3-plus --keep-percent-format
tornado/auth.py
tornado/httpclient.py
tornado/httputil.py
tornado/ioloop.py
tornado/util.py