sclack icon indicating copy to clipboard operation
sclack copied to clipboard

app: Replace @asyncio.coroutine with async def and await

Open JPTIZ opened this issue 4 years ago • 1 comments

Since the @asyncio.coroutine decorator will be removed in Python 3.10, this PR changes the decorator definitions into the new async def/await syntax, also removing warnings about the deprecated API.

JPTIZ avatar Oct 29 '20 18:10 JPTIZ

Oh, just noticed this is a dup of #129. Maybe rebase+merge that one and close this one?

JPTIZ avatar Oct 29 '20 18:10 JPTIZ