Skip to content

Commit 1d8a137

Browse files
authored
remove asyncio.coroutine (#440)
1 parent d44d33d commit 1d8a137

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

fire/test_components_py3.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,7 @@ def lru_cache_decorated(arg1):
5757

5858
class WithAsyncio(object):
5959

60-
@asyncio.coroutine
61-
def double(self, count=0):
60+
async def double(self, count=0):
6261
return 2 * count
6362

6463

0 commit comments

Comments
 (0)