We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51bb943 commit 27a46ebCopy full SHA for 27a46eb
1 file changed
dpath/util.py
@@ -1,8 +1,8 @@
1
-from collections.abc import MutableMapping, Sized
2
-from collections.abc import MutableSequence
+from collections.abc import MutableMapping, Sized, MutableSequence
+
3
+import dpath.segments
4
from dpath import options
5
from dpath.exceptions import InvalidKeyName
-import dpath.segments
6
7
_DEFAULT_SENTINAL = object()
8
MERGE_REPLACE = (1 << 1)
0 commit comments