Skip to content

Remove the use of the deprecated 'collections.Iterable'

collections.Iterable is marked deprecated from Python 3.8 and fully removed in Python 3.10. collections.abc.Iterable was introduced in Python 3.3 and recommended since then.

Merge request reports

Loading