Skip to content
This repository was archived by the owner on Oct 7, 2024. It is now read-only.

Importing ABC directly from collections will be removed in Python 3.10 #26

Closed
tirkarthi opened this issue Jul 9, 2020 · 2 comments · May be fixed by #27
Closed

Importing ABC directly from collections will be removed in Python 3.10 #26

tirkarthi opened this issue Jul 9, 2020 · 2 comments · May be fixed by #27

Comments

@tirkarthi
Copy link

Use collections.abc instead

bsuite/logging/logging_utils.py
76:  if not isinstance(path_collection, collections.Mapping):
@iosband
Copy link
Contributor

iosband commented Nov 23, 2020

Thanks!

@iosband iosband closed this as completed Nov 23, 2020
@tirkarthi
Copy link
Author

The PR fixing the issue is still open. Is the issue fixed in some other branch?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants