pd3f-core icon indicating copy to clipboard operation
pd3f-core copied to clipboard

Fix deprecated Iterable import

Open flatypus opened this issue 9 months ago • 0 comments

The Iterable class should be imported from collections.abc instead.

See https://stackoverflow.com/questions/72032032/importerror-cannot-import-name-iterable-from-collections-in-python

flatypus avatar Sep 08 '23 19:09 flatypus