Skip to content

Commit c99a5ee

Browse files
authored
Merge pull request #276 from ucgmsim/collections_update
Collections update
2 parents 9afafc5 + d1f626d commit c99a5ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qcore/utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import yaml
1010
from shutil import rmtree
1111
from collections import OrderedDict
12-
from collections import Mapping
12+
from collections.abc import Mapping
1313

1414

1515
class DotDictify(dict):

0 commit comments

Comments
 (0)