We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6284134 commit f36955cCopy full SHA for f36955c
1 file changed
trio_asyncio/_loop.py
@@ -389,7 +389,6 @@ async def async_main(*args):
389
"""
390
391
# TODO: make sure that there is no asyncio loop already running
392
-
393
async with trio.open_nursery() as nursery:
394
loop = TrioEventLoop(queue_len=queue_len)
395
old_loop = current_loop.set(loop)
0 commit comments