Skip to content

fix: replace deprecated asyncio.iscoroutinefunction with inspect.iscoroutinefunction#275

Open
MD-Mushfiqur123 wants to merge 2 commits into
laurentS:masterfrom
MD-Mushfiqur123:master
Open

fix: replace deprecated asyncio.iscoroutinefunction with inspect.iscoroutinefunction#275
MD-Mushfiqur123 wants to merge 2 commits into
laurentS:masterfrom
MD-Mushfiqur123:master

Conversation

@MD-Mushfiqur123
Copy link
Copy Markdown

Fixes #263

Replace deprecated asyncio.iscoroutinefunction with inspect.iscoroutinefunction as recommended by the Python docs.

inspect was already imported.

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.

DeprecationWarning: asyncio.iscoroutinefunction

1 participant