Drop bad .close() call

infect_asyncio
Tyler Goodlet 2021-06-02 08:22:51 -04:00
parent aa24bbc11c
commit 55e210fec6
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)