Skip to content

fix Python >= 3.10 compatibility

Support for importing MutableSet from collections instead of collections.abc was deprecated in 3.3, with a warning added in 3.7, and removed in 3.10.

Merge request reports

Loading