Skip to content

Commit

Permalink
remove
Browse files Browse the repository at this point in the history
  • Loading branch information
kramstrom committed Oct 17, 2024
1 parent 9103d5d commit a745f57
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/async_utils_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,6 @@ async def foo():
yield 3

async def mapper(x):
await asyncio.sleep(0.1) # simulate some async work
if x == 1:
await ev.wait()

Expand Down

0 comments on commit a745f57

Please sign in to comment.