We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f38092 commit 103cefcCopy full SHA for 103cefc
pydra/utils/typing.py
@@ -68,7 +68,7 @@ class TypeParser(ty.Generic[T]):
68
69
COERCIBLE_DEFAULT: ty.Tuple[ty.Tuple[type, type], ...] = (
70
(
71
- (ty.Sequence, ty.Sequence), # type: ignore
+ (ty.Sequence, ty.Sequence),
72
(ty.Mapping, ty.Mapping),
73
(Path, os.PathLike),
74
(str, os.PathLike),
0 commit comments