Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix deprecated use of collections module #94

Merged
merged 2 commits into from
Dec 12, 2019
Merged

Fix deprecated use of collections module #94

merged 2 commits into from
Dec 12, 2019

Conversation

amrishparmar
Copy link
Contributor

In Python 3.8 imports of abstract base classes directly from the collections module will stop working entirely. This change maintains existing behaviour whilst providing backwards compatibility.

In Python 3.8 imports of abstract base classes directly from the `collections` module will stop working entirely. This change maintains existing behaviour whilst providing backwards compatibility.
@derek73 derek73 merged commit dae62fd into derek73:master Dec 12, 2019
@derek73 derek73 added this to the v1.0.5 milestone Dec 12, 2019
@amrishparmar amrishparmar deleted the patch-1 branch July 26, 2021 10:23
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.

None yet

2 participants