Skip to content

Commit 38ef46f

Browse files
committed
sty: input type
1 parent 6eae51f commit 38ef46f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fmriprep/utils/misc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def estimate_bold_mem_usage(bold_fname: str) -> tuple[int, dict]:
6868
return bold_tlen, mem_gb
6969

7070

71-
def fmt_subjects_sessions(subses: list[str], concat_limit: int = 1):
71+
def fmt_subjects_sessions(subses: list[tuple[str]], concat_limit: int = 1):
7272
"""
7373
Format a list of subjects and sessions to be printed.
7474

0 commit comments

Comments
 (0)