-
Notifications
You must be signed in to change notification settings - Fork 87
Deprecations about imports from collections #203
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
Comments
I have created #210 to fix this. Thanks. |
I'm getting this warning in my project using PyDAP, is there any chance to merge that PR? |
I believe this PR should be merged. |
The deprecations were removed in Python 3.10 where they will now raise ImportError. |
This was referenced Jan 29, 2022
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
The
Mapping
import causes a deprecation warning and will be removed in 3.9:Also,
Iterable
:The text was updated successfully, but these errors were encountered: