Skip to content

Conversation

@thmo
Copy link

@thmo thmo commented Feb 23, 2020

In Python 3.9+, the ABCs have to be imported from 'collections.abc'
instead of from 'collections'.

Fixes #33.

In Python 3.9+, the ABCs have to be imported from 'collections.abc'
instead of from 'collections'.

Fixes dmeranda#33.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Importing ABC directly from collections module was removed in Python 3.9

2 participants