Skip to content

Commit f217502

Browse files
committed
removed erroneous signature in format_arg
1 parent 783656e commit f217502

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pydra/engine/specs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1135,7 +1135,7 @@ def _command_pos_args(
11351135
cmd_add += self._format_arg(field, value)
11361136
return field.position, cmd_add
11371137

1138-
def _format_arg(self, field: shell.arg, value: ty.Any, tp: type) -> list[str]:
1138+
def _format_arg(self, field: shell.arg, value: ty.Any) -> list[str]:
11391139
"""Returning arguments used to specify the command args for a single inputs"""
11401140
if (
11411141
field.argstr.endswith("...")

0 commit comments

Comments
 (0)