Skip to content

Commit 0e1a334

Browse files
committed
stupid typo
1 parent b333ba9 commit 0e1a334

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
if not hasattr(asyncio,'current_task'):
1313
def current_task(loop=None):
14-
return asyncio.Task.current.task(loop)
14+
return asyncio.Task.current_task(loop)
1515
asyncio.current_task = current_task
1616

1717
if not hasattr(asyncio,'all_tasks'):

0 commit comments

Comments
 (0)