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

Fixes #36: switch from coroutine to async/await #37

Merged
merged 0 commits into from
Jun 8, 2023

Conversation

andnp
Copy link
Contributor

@andnp andnp commented Jun 7, 2023

With the upgrade to python 3.11, @asyncio.coroutine no longer exists. This was preventing the plugin from loading. Switched all instances of @asyncio.coroutine to async def methods and switched yield from to await.

@pilotak
Copy link
Owner

pilotak commented Jun 8, 2023

@faxbio @Conundrum1911 @albatorsk are you able to test it?

@pilotak
Copy link
Owner

pilotak commented Jun 8, 2023

@andnp perfect, could you please fix the PEP8?

@andnp
Copy link
Contributor Author

andnp commented Jun 8, 2023

PEP8 should be fixed!

@pilotak pilotak merged commit 31f3725 into pilotak:master Jun 8, 2023
1 check failed
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.

None yet

2 participants