Skip to content

Commit 056bf0d

Browse files
committed
Remove redundant import
1 parent 3e6565b commit 056bf0d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dpath/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
]
2222

2323
from collections.abc import MutableMapping, MutableSequence
24-
from typing import Union, List, Any, Callable, Optional, Sequence
24+
from typing import Union, List, Any, Callable, Optional
2525

2626
from dpath import segments, options
2727
from dpath.exceptions import InvalidKeyName, PathNotFound

0 commit comments

Comments
 (0)