Closed Ezek-iel closed 8 months ago
In python 3.10 or later the Mapping class has been moved from the collections module to the collections.abc module.
Mapping
collections
collections.abc
In python 3.10 or later the
Mapping
class has been moved from thecollections
module to thecollections.abc
module.