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 b333ba9 commit 0e1a334Copy full SHA for 0e1a334
1 file changed
tests/conftest.py
@@ -11,7 +11,7 @@
11
12
if not hasattr(asyncio,'current_task'):
13
def current_task(loop=None):
14
- return asyncio.Task.current.task(loop)
+ return asyncio.Task.current_task(loop)
15
asyncio.current_task = current_task
16
17
if not hasattr(asyncio,'all_tasks'):
0 commit comments