Skip to content

Commit f36955c

Browse files
committed
yapf
1 parent 6284134 commit f36955c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

trio_asyncio/_loop.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,6 @@ async def async_main(*args):
389389
"""
390390

391391
# TODO: make sure that there is no asyncio loop already running
392-
393392
async with trio.open_nursery() as nursery:
394393
loop = TrioEventLoop(queue_len=queue_len)
395394
old_loop = current_loop.set(loop)

0 commit comments

Comments
 (0)