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

Importing ABCs from collections is deprecated #374

Closed
lilyminium opened this issue Sep 9, 2021 · 0 comments · Fixed by #375
Closed

Importing ABCs from collections is deprecated #374

lilyminium opened this issue Sep 9, 2021 · 0 comments · Fixed by #375

Comments

@lilyminium
Copy link
Contributor

This will stop working soon:

/dfs6/pub/lilyw7/pydev/openff-evaluator/openff/evaluator/layers/layers.py:229: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3, and in 3.10 it will stop working
  if len(results) > 0 and isinstance(results[0], collections.Iterable)
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 a pull request may close this issue.

1 participant