Some files using collections instead of collections.abc
_yaml.py and _frontend/complete.py are importing abstract classes from collections, rather than collections.abc. This causes linting warnings.
_yaml.py and _frontend/complete.py are importing abstract classes from collections, rather than collections.abc. This causes linting warnings.