ssm-diff
ssm-diff copied to clipboard
MutableMapping is now under collections.abc
Changes
What
- Import
collections.abc
forMutableMapping
Why
- Class moved as of Python 3.3
- Fixes #31
Areas of concern
- Likely breaks compatibility with Python < 3.3
Relevant Links
- https://docs.python.org/3.11/library/collections.abc.html#collections.abc.MutableMapping
- https://github.com/runtheops/ssm-diff/issues/31