Dyalog / pynapl

Dyalog APL ←→ Python interface
MIT License
74 stars 10 forks source link

Deprecation warning with collections' abstract base classes. #12

Open rodrigogiraoserrao opened 2 years ago

rodrigogiraoserrao commented 2 years ago

When opening #11, in the middle of the tracebacks I noticed there is a DeprecationWarning regarding the usage of the collections abstract base classes directly, that should be imported from collections.abc, instead.