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

Remove not used coroutine import #188

Merged
merged 1 commit into from
Mar 21, 2023

Conversation

danigm
Copy link
Contributor

@danigm danigm commented Feb 23, 2023

coroutine is removed from python since python 3.11, it's imported in the init.py file but not used anywhere so that can be removed safely.

coroutine is removed from python since python 3.11, it's imported in the
__init__.py file but not used anywhere so that can be removed safely.
@Rixxan
Copy link
Contributor

Rixxan commented Feb 23, 2023

At present, Pydle only supports Python versions 3.6-3.10, so this isn't an issue with currently supported versions, however, I agree that it appears to be unused and should be removed. Initial testing looks like Pydle (on 3.8) doesn't complain if this import is gone.

Pydle does not currently support Python 3.10 or 3.11 (See issue #162 and PR #180) but this is a needed fix for when Pydle looks into 3.11 support.

All in all, LGTM :)

Copy link
Collaborator

@theunkn0wn1 theunkn0wn1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@theunkn0wn1 theunkn0wn1 merged commit 21dedc6 into shizmob:develop Mar 21, 2023
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.

3 participants