Skip to content

Commit 103cefc

Browse files
committed
removed stray mypy ignore
1 parent 7f38092 commit 103cefc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pydra/utils/typing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ class TypeParser(ty.Generic[T]):
6868

6969
COERCIBLE_DEFAULT: ty.Tuple[ty.Tuple[type, type], ...] = (
7070
(
71-
(ty.Sequence, ty.Sequence), # type: ignore
71+
(ty.Sequence, ty.Sequence),
7272
(ty.Mapping, ty.Mapping),
7373
(Path, os.PathLike),
7474
(str, os.PathLike),

0 commit comments

Comments
 (0)