Skip to content

Commit 27a46eb

Browse files
committed
Clean up imports
1 parent 51bb943 commit 27a46eb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

dpath/util.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
from collections.abc import MutableMapping, Sized
2-
from collections.abc import MutableSequence
1+
from collections.abc import MutableMapping, Sized, MutableSequence
2+
3+
import dpath.segments
34
from dpath import options
45
from dpath.exceptions import InvalidKeyName
5-
import dpath.segments
66

77
_DEFAULT_SENTINAL = object()
88
MERGE_REPLACE = (1 << 1)

0 commit comments

Comments
 (0)