gmr / flatdict

Python module for interacting with nested dicts as a single level dict with delimited keys.
https://flatdict.readthedocs.io
BSD 3-Clause "New" or "Revised" License
112 stars 32 forks source link

Fix deprecation warning for MutableMapping module location #40

Closed nugend closed 4 years ago

nugend commented 4 years ago

MutableMapping will move to collections.abc permanently in Python 3.9 and is currently a deprecation warning.

gmr commented 4 years ago

Thanks!