Skip to content

Replace coroutine decorator with async keyword#8

Merged
koolsb merged 1 commit into
koolsb:masterfrom
hrnciar:fix-missing-asyncio-coroutine-decorator
Feb 15, 2023
Merged

Replace coroutine decorator with async keyword#8
koolsb merged 1 commit into
koolsb:masterfrom
hrnciar:fix-missing-asyncio-coroutine-decorator

Conversation

@hrnciar
Copy link
Copy Markdown
Contributor

@hrnciar hrnciar commented Jun 30, 2022

Fixes: #7

@hrnciar hrnciar force-pushed the fix-missing-asyncio-coroutine-decorator branch from 0628430 to 281a6f8 Compare June 30, 2022 07:56
@hrnciar hrnciar force-pushed the fix-missing-asyncio-coroutine-decorator branch from 281a6f8 to 355aea2 Compare June 30, 2022 07:57
@balloob
Copy link
Copy Markdown

balloob commented Feb 14, 2023

@koolsb could you take a look at this PR and merge/release it? It's needed to use it under Python 3.11

@koolsb koolsb merged commit 652febb into koolsb:master Feb 15, 2023
@balloob
Copy link
Copy Markdown

balloob commented Mar 12, 2023

@koolsb sorry to ping you once again. Thanks for merging. Could you do a release? 🙏

@koolsb
Copy link
Copy Markdown
Owner

koolsb commented Mar 14, 2023

@balloob no problem, just released.

@balloob
Copy link
Copy Markdown

balloob commented Mar 15, 2023

Could you also publish it to pypi?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Drop @asyncio.coroutine in favor of async/await keywords

3 participants