Skip to content

Import ABC from collections.abc for Python 3 compatibility.#656

Merged
TomAugspurger merged 1 commit intodask:masterfrom
tirkarthi:fix-abc
May 4, 2020
Merged

Import ABC from collections.abc for Python 3 compatibility.#656
TomAugspurger merged 1 commit intodask:masterfrom
tirkarthi:fix-abc

Conversation

@tirkarthi
Copy link
Copy Markdown
Contributor

Fixes #655

@TomAugspurger
Copy link
Copy Markdown
Member

Thanks!

@TomAugspurger TomAugspurger merged commit 07591b7 into dask:master May 4, 2020
@tirkarthi
Copy link
Copy Markdown
Contributor Author

@TomAugspurger Thanks for the review and merge :)

@tirkarthi tirkarthi deleted the fix-abc branch May 7, 2020 11:12
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 was deprecated and will be removed in Python 3.10. Use collections.abc

2 participants