]> git.ipfire.org Git - thirdparty/tornado.git/commit
ioloop: Annotate run_in_executor returning Future, not Awaitable 3303/head
authorBen Darnell <ben@bendarnell.com>
Thu, 27 Jul 2023 02:00:20 +0000 (22:00 -0400)
committerBen Darnell <ben@bendarnell.com>
Thu, 27 Jul 2023 02:06:53 +0000 (22:06 -0400)
commit7075748eb341c661bd2f4efeb88963442ce3f85e
tree38f9c43d0b0deee38e061870500ffc7e992e8052
parent8bfa66ac9572680004bda9321a78d097ab144a9f
ioloop: Annotate run_in_executor returning Future, not Awaitable

This required a recent update to typeshed/mypy.

Fixes #3093
tornado/ioloop.py
tornado/platform/asyncio.py