Skip to content

Fix problem with collections module in Python >= 3.10#1

Merged
mgelbart merged 1 commit into
mgelbart:developfrom
armansa1:develop
Sep 2, 2022
Merged

Fix problem with collections module in Python >= 3.10#1
mgelbart merged 1 commit into
mgelbart:developfrom
armansa1:develop

Conversation

@armansa1
Copy link
Copy Markdown

@armansa1 armansa1 commented Sep 2, 2022

This PR fixes the issue related to this module, which breaks GitHubLMS tool that we use at UBC MDS. Basically, the only needed change is to update references to collections to collections.abc when referring to e.g. Callable or Iterator classes.

@mgelbart mgelbart merged commit ede87a5 into mgelbart:develop Sep 2, 2022
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.

2 participants