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.
collections.Iterable
was an alias for collections.abc.Iterable
,
but was removed in Python 3.10. Switched to the supported namespace.