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

Fix "import Sized" in p_tqdm.py #44

Closed
wants to merge 1 commit into from

Conversation

mailhexu
Copy link

In p_tqdm.py, line 11:
the Sized can no longer be imported from collections in python3.10, collections.abc should be used instead.

In p_tqdm.py, line 11: 
the Sized can no longer be imported from collections in python3.10, collections.abc should be used instead.
@swansonk14
Copy link
Owner

Hi @mailhexu,

Thank you for your PR! This was also addressed in #29 so I merged that PR and I will close this one.

Best,
Kyle

@swansonk14 swansonk14 closed this Apr 19, 2022
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.

2 participants