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 024058d commit 3f938e2Copy full SHA for 3f938e2
1 file changed
tests/test_misc.py
@@ -86,7 +86,7 @@ def test_run2(self):
86
async def test_run_task(self):
87
owch = 0
88
89
- def nest(x):
+ async def nest(x):
90
nonlocal owch
91
owch += x
92
0 commit comments