You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/opt/hostedtoolcache/Python/3.8.7/x64/lib/python3.8/site-packages/chest/core.py:1: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3, and in 3.9 it will stop working
151
from collections import MutableMapping
Would you accept a PR fix, and make a new release?
The text was updated successfully, but these errors were encountered:
Python 3.3 and above moved the abstract base classes to their own
module under collections, collections.abc. Import from that location,
falling back if required for Python 3.2.
Fixesblaze#29
Would you accept a PR fix, and make a new release?
The text was updated successfully, but these errors were encountered: