forked from goodboy/tractor
1
0
Fork 0

Drop bad .close() call

iaio_backup
Tyler Goodlet 2021-06-02 08:22:51 -04:00
parent a572fde6c6
commit d42f628597
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)