swansonk14 / p_tqdm

Parallel processing with progress bars
MIT License
457 stars 44 forks source link

Fix "import Sized" in p_tqdm.py #44

Closed mailhexu closed 2 years ago

mailhexu commented 2 years ago

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 commented 2 years ago

Hi @mailhexu,

Thank you for your PR! This was also addressed in https://github.com/swansonk14/p_tqdm/pull/29 so I merged that PR and I will close this one.

Best, Kyle