wylee / Dijkstar

Graphs, Dijkstra, A*, shortest paths, HTTP graph server
MIT License
55 stars 17 forks source link

Fixed deprecated import of MutableMapping from collections #17

Closed xSetech closed 3 years ago

xSetech commented 3 years ago

This DeprecationWarning was raised in the tests under Python 3.8: https://github.com/python/cpython/blob/3.8/Lib/collections/__init__.py#L49

xSetech commented 3 years ago

This appears to have been merged, thanks @wylee!