Closed tirkarthi closed 2 years ago
Importing ABC from collections was deprecated since Python 3.4 and removed in Python 3.10 . Use collections.abc instead.
collections
collections.abc
Importing ABC from
collections
was deprecated since Python 3.4 and removed in Python 3.10 . Usecollections.abc
instead.