Skip to content

Commit 436dac4

Browse files
committed
Remove unused import
1 parent f871299 commit 436dac4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dpath/segments.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from copy import deepcopy
22
from fnmatch import fnmatchcase
3-
from typing import List, Sequence, Tuple, Iterator, Any, Union, Optional, MutableMapping, MutableSequence
3+
from typing import Sequence, Tuple, Iterator, Any, Union, Optional, MutableMapping, MutableSequence
44

55
from dpath import options
66
from dpath.exceptions import InvalidGlob, InvalidKeyName, PathNotFound

0 commit comments

Comments
 (0)