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 a575d53 commit 69a4d57Copy full SHA for 69a4d57
1 file changed
tests/aiotest/test_callback.py
@@ -45,8 +45,7 @@ async def test_close(self, loop, config):
45
await loop.stop().wait()
46
loop.close()
47
48
- @config.asyncio.coroutine
49
- def test():
+ async def test():
50
pass
51
52
func = lambda: False
0 commit comments