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

Please update 2 files for Python 3.10 compatibility #20

Open
bhlevca opened this issue Sep 19, 2022 · 0 comments
Open

Please update 2 files for Python 3.10 compatibility #20

bhlevca opened this issue Sep 19, 2022 · 0 comments

Comments

@bhlevca
Copy link

bhlevca commented Sep 19, 2022

modified: xscale/_utils.py -> from collections.abc import Iterable
modified: xscale/filtering/linearfilters.py -> from collections.abc import Iterable

change from collections import Iterable to from collections.abc import Iterable

@bhlevca bhlevca changed the title Please updated for Python 3.10 Please update 2 files for Python 3.10 compatibility Sep 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

No branches or pull requests

1 participant