Skip to content

Fix importerror for Python 3.10

Duncan Macleod requested to merge duncanmmacleod/cdsutils:collections.abc into master

This MR fixes a DeprecationWarning for Python 3.3-3.9 which is promoted to an ImportError in Python 3.10.

Merge request reports