Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace coroutine decorator with async keyword #8

Merged

Conversation

hrnciar
Copy link
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

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

balloob commented Mar 12, 2023

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

@koolsb
Copy link
Owner

koolsb commented Mar 14, 2023

@balloob no problem, just released.

@balloob
Copy link

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