Closed Luthaf closed 2 years ago
collections.Iterable has been deprecated for a while and was removed in Python 3.10. The correct import is collections.abc.Iterable, which was already used in other parts of the code.
collections.Iterable
collections.abc.Iterable
collections.Iterable
has been deprecated for a while and was removed in Python 3.10. The correct import iscollections.abc.Iterable
, which was already used in other parts of the code.