Skip to content

Upgrade deprecated @asyncio.coroutine mark #180

Closed
@lsabi

Description

@lsabi

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():

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions