sharpsgti
Results
1
issues of
sharpsgti
Change required due to the collections interface starting with Python 3.10. suggested patch - change this `from collections import Mapping` to this ``` try: from collections.abc import Mapping except ImportError:...