forked from VimPlug/jedi
Use the await method properly and just use it instead of some crazy things
This commit is contained in:
@@ -22,6 +22,8 @@ async def y():
|
||||
argh = await x()
|
||||
#? int()
|
||||
argh
|
||||
#? int()
|
||||
x().__await__()
|
||||
return 2
|
||||
|
||||
async def asgen():
|
||||
|
||||
Reference in New Issue
Block a user