elastic / anonymize-it

a general utility for anonymizing data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Importing ABC directly from collections has been deprecated and will be removed in Python 3.10

tirkarthi opened this issue · comments

Use collections for Python 2 and collections.abc for Python 3

if isinstance(v, collections.MutableMapping):