Open tirkarthi opened 4 years ago
Importing ABC directly from collections will be removed in Python 3.10 . Use collections.abc for Python 3 and collections for Python 2.
alchemy_mock/comparison.py 150: elif isinstance(self.expr, collections.Mapping):
Any updates on when this Python 3.10 compatibility will be added?
Any updates?
Importing ABC directly from collections will be removed in Python 3.10 . Use collections.abc for Python 3 and collections for Python 2.