Skip to content

Commit

Permalink
TYP: Qualify list of strings
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies authored May 12, 2023
1 parent 4558fec commit 0b3a768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdcflows/utils/wrangler.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def find_estimators(
force_fmapless: bool = False,
logger: Optional[logging.Logger] = None,
bids_filters: Optional[dict] = None,
anat_suffix: Union[str, list] = 'T1w',
anat_suffix: Union[str, List[str]] = 'T1w',
) -> list:
"""
Apply basic heuristics to automatically find available data for fieldmap estimation.
Expand Down

0 comments on commit 0b3a768

Please sign in to comment.