Skip to content

Fix python warnings: Use collections.abc instead collections

Fix python warnings: Use collections.abc instead collections

Since python 3.3, collections has been moved to collections.abc module. For backwards compatibility, they continue to be visible in this module through Python 3.7. Subsequently, they will be removed entirely.

See https://docs.python.org/3/library/collections.html

Edited by Javier Jardón

Merge request reports

Loading