Skip to content

Upgrade deprecated @asyncio.coroutine mark #180

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

Fields

No fields configured for issues without a type.

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions