We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e6565b commit 056bf0dCopy full SHA for 056bf0d
1 file changed
dpath/__init__.py
@@ -21,7 +21,7 @@
21
]
22
23
from collections.abc import MutableMapping, MutableSequence
24
-from typing import Union, List, Any, Callable, Optional, Sequence
+from typing import Union, List, Any, Callable, Optional
25
26
from dpath import segments, options
27
from dpath.exceptions import InvalidKeyName, PathNotFound
0 commit comments