Skip to content

Commit 5ca07d7

Browse files
committed
changed the type of coord so it can work with new Pydra typing
1 parent 8598b01 commit 5ca07d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pydra/tasks/mrtrix3/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
(
3636
"coord",
3737
attr.ib(
38-
type=ty.List[float],
38+
type=ty.Tuple[int, ty.Union[int, str]],
3939
metadata={
4040
"sep": " ",
4141
"argstr": "-coord",

0 commit comments

Comments
 (0)