-
-
Notifications
You must be signed in to change notification settings - Fork 32
Closed
Labels
Milestone
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():