We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f871299 commit 436dac4Copy full SHA for 436dac4
1 file changed
dpath/segments.py
@@ -1,6 +1,6 @@
1
from copy import deepcopy
2
from fnmatch import fnmatchcase
3
-from typing import List, Sequence, Tuple, Iterator, Any, Union, Optional, MutableMapping, MutableSequence
+from typing import Sequence, Tuple, Iterator, Any, Union, Optional, MutableMapping, MutableSequence
4
5
from dpath import options
6
from dpath.exceptions import InvalidGlob, InvalidKeyName, PathNotFound
0 commit comments