abingham / traad

An JSON+HTTP server for the rope Python refactoring library
MIT License
107 stars 20 forks source link

Fix import error for Python 3.10 #109

Closed nighthawk9 closed 2 years ago

nighthawk9 commented 2 years ago

Hi Austin,

Thank you for your work that you have been putting into this tool.

Recently, I've upgrade to Python 3.10 and it requires that the MutableMapping be imported from collections.abc

I've update this to work with 3.10 and thought I would provide it back to help others.

Thank you again!

abingham commented 2 years ago

Looks good. Thanks!