Deprecation warning with collections' abstract base classes. #12
Labels
bug
Things not working as they should.
good first issue
For simple(r) issues that are easy to tackle.
When opening #11, in the middle of the tracebacks I noticed there is a
DeprecationWarning
regarding the usage of thecollections
abstract base classes directly, that should be imported fromcollections.abc
, instead.The text was updated successfully, but these errors were encountered: