Skip to content

Using collections.abc.Iterable for Python 3.10 support

collections.Iterable was an alias for collections.abc.Iterable, but was removed in Python 3.10. Switched to the supported namespace.

Merge request reports