Skip to content

Commit 9d627ba

Browse files
ghisvaileffigies
andauthored
ENH: Remove default field value to None
Co-authored-by: Chris Markiewicz <[email protected]>
1 parent f7aa833 commit 9d627ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pydra/tasks/fsl/preprocess/susan.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import typing as ty
44

55

6-
def format_usans(field: ty.Sequence[ty.Tuple[str, float]] = None) -> str:
6+
def format_usans(field: ty.Sequence[ty.Tuple[str, float]]) -> str:
77
"""Format usans argument to its appropriate argstr.
88
99
Examples

0 commit comments

Comments
 (0)