Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Consume collections abc classes from correct module
As noted in the Python documentation [0], abstract members of the `collections` module was moved to `collections.abc` in Python 3.3 and scheduled for removal in Python 3.10. 0: https://docs.python.org/3.9/library/collections.html (cherry picked from commit 5e9216a)
- Loading branch information