When I try to validate an email address using flanker.addresslib.address.validate_address, I'm getting AttributeError: module 'collections' has no attribute 'MutableMapping' in flanker/addresslib/drivers/redis_driver.py.
MutableMapping has to be imported from collections.abc. Please do the needful.
When I try to validate an email address using
flanker.addresslib.address.validate_address
, I'm gettingAttributeError: module 'collections' has no attribute 'MutableMapping'
inflanker/addresslib/drivers/redis_driver.py
.MutableMapping
has to be imported fromcollections.abc
. Please do the needful.