We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d44d33d commit 1d8a137Copy full SHA for 1d8a137
1 file changed
fire/test_components_py3.py
@@ -57,8 +57,7 @@ def lru_cache_decorated(arg1):
57
58
class WithAsyncio(object):
59
60
- @asyncio.coroutine
61
- def double(self, count=0):
+ async def double(self, count=0):
62
return 2 * count
63
64
0 commit comments