Skip to content

Update utils.py - #2

Open
viaccoz wants to merge 1 commit into
DBarthe:masterfrom
viaccoz:patch-1
Open

Update utils.py#2
viaccoz wants to merge 1 commit into
DBarthe:masterfrom
viaccoz:patch-1

Conversation

@viaccoz

@viaccoz viaccoz commented Sep 27, 2023

Copy link
Copy Markdown
Contributor

Change collections.Iterable to collections.abc.Iterable to make it compatible with newer Python versions.

As stated in https://docs.python.org/3/library/collections.abc.html: New in version 3.3: Formerly, this module was part of the collections module.

Change collections.Iterable to collections.abc.Iterable to make it compatible with newer Python versions.

As stated in https://docs.python.org/3/library/collections.abc.html: New in version 3.3: Formerly, this module was part of the collections module.
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.

1 participant