Skip to content

Commit 787c9fc

Browse files
committed
Fix white space
1 parent 0598eed commit 787c9fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/test_asyncio/test_tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3696,7 +3696,7 @@ async def target():
36963696
# .BaseProactorEventLoop._loop_self_reading as ready task
36973697
# We should filter it out.
36983698
ready_tasks = [
3699-
i for i in self.loop._ready
3699+
i for i in self.loop._ready
37003700
if i._callback.__name__ != "_loop_self_reading"]
37013701
self.assertEqual(0, len(ready_tasks))
37023702

0 commit comments

Comments
 (0)