Superbird11 / ranges

Continuous Range, RangeSet, and RangeDict data structures for Python
MIT License
101 stars 10 forks source link

Fix deprecation warning #3

Closed girisagar46 closed 3 years ago

girisagar46 commented 4 years ago

Fix DeprecationWarning

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

Versions used for testing: platform darwin -- Python 3.7.5, pytest-5.3.2, py-1.8.1, pluggy-0.13.1