MobleyLab / chemper

Repository for Chemical Perception Sampling Tools
MIT License
19 stars 10 forks source link

Fix removed import in Python 3.10 #101

Closed Yoshanuikabundi closed 2 years ago

Yoshanuikabundi commented 2 years ago

collections.MutableMapping was removed in Python 3.10. This PR updates its use in chemper to the new path, collections.abc.MutableMapping

mattwthompson commented 2 years ago

I merged this change into #102 since I wanted that to pass on 3.10. Thanks Josh!