collections.Mapping was moved to collections.abc.Mapping in python 3.3 and the compat layer removed in python 3.10. Since we support python >= 3.4, juste replace the import with collections.abc. Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
fa3ab4c