.venv\lib\site-packages\cheap_repr\__init__.py:337
C:\project\.venv\lib\site-packages\cheap_repr\__init__.py:337: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
@register_repr(collections.Set)
.venv\lib\site-packages\cheap_repr\__init__.py:559
C:\project\.venv\lib\site-packages\cheap_repr\__init__.py:559: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
@register_repr(collections.Mapping)
I saw these deprecation warnings and figured I would share. There is also one on
snoop
(https://github.com/alexmojaki/snoop/issues/22)