Skip to content

Commit 0b3a768

Browse files
authored
TYP: Qualify list of strings
1 parent 4558fec commit 0b3a768

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdcflows/utils/wrangler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def find_estimators(
4242
force_fmapless: bool = False,
4343
logger: Optional[logging.Logger] = None,
4444
bids_filters: Optional[dict] = None,
45-
anat_suffix: Union[str, list] = 'T1w',
45+
anat_suffix: Union[str, List[str]] = 'T1w',
4646
) -> list:
4747
"""
4848
Apply basic heuristics to automatically find available data for fieldmap estimation.

0 commit comments

Comments
 (0)