Skip to content

Import ABC from collections.abc instead of collections for Python 3.9 compatibility#31

Merged
jrbourbeau merged 1 commit into
dask:masterfrom
tirkarthi:fix-collections-warning
Jan 22, 2020
Merged

Import ABC from collections.abc instead of collections for Python 3.9 compatibility#31
jrbourbeau merged 1 commit into
dask:masterfrom
tirkarthi:fix-collections-warning

Conversation

@tirkarthi
Copy link
Copy Markdown
Contributor

Fixes #30

Copy link
Copy Markdown
Member

@jrbourbeau jrbourbeau left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks @tirkarthi!

@jrbourbeau jrbourbeau merged commit 0d50960 into dask:master Jan 22, 2020
@jrbourbeau
Copy link
Copy Markdown
Member

Also, I noticed this was your first contribution to this repo. Welcome!

@tirkarthi
Copy link
Copy Markdown
Contributor Author

Thanks @jrbourbeau for the review and merge :)

@tirkarthi tirkarthi deleted the fix-collections-warning branch January 23, 2020 10:46
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 is deprecated and removed in Python 3.9

2 participants