We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9afafc5 + d1f626d commit c99a5eeCopy full SHA for c99a5ee
qcore/utils.py
@@ -9,7 +9,7 @@
9
import yaml
10
from shutil import rmtree
11
from collections import OrderedDict
12
-from collections import Mapping
+from collections.abc import Mapping
13
14
15
class DotDictify(dict):
0 commit comments