Python module for interacting with nested dicts as a single level dict with delimited keys.
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
MutableMapping will move to collections.abc permanently in Python 3.9 and is currently a deprecation warning.