Skip to content

fix bug in how Mapping is imported

Lee McCuller requested to merge github/fork/kevinkuns/Mapping-import into main

Created by: kevinkuns

Before python 3.3 it was in collections, after it's in collections.abc: https://docs.python.org/3/library/collections.abc.html

Merge request reports

Loading