Closed
Description
As the title implies, the @asyncio.coroutine above a function is deprecated (see python docs)
Since deprecated feature, it should be upgraded in favor of
async def function():
As the title implies, the @asyncio.coroutine above a function is deprecated (see python docs)
Since deprecated feature, it should be upgraded in favor of
async def function():