Drop bad .close() call

zombie_lord_infinite
Tyler Goodlet 2021-06-02 08:22:51 -04:00
parent fc46f5b74a
commit b43539b252
1 changed files with 0 additions and 1 deletions

View File

@ -111,7 +111,6 @@ def _run_asyncio_task(
# cancel_scope.cancel()
from_aio._err = aio_err
to_trio.close()
task.add_done_callback(cancel_trio)