Skip to content

Commit 48f14bf

Browse files
committed
fixup typing in dicoms.py
1 parent a699e4d commit 48f14bf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

heudiconv/dicoms.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ def group_dicoms_into_seqinfos(
194194
dict[SeqInfo, list[str]],
195195
]
196196
| None = None,
197+
custom_seqinfo: CustomSeqinfoT | None = None,
197198
) -> dict[Optional[str], dict[SeqInfo, list[str]]]:
198199
...
199200

@@ -212,7 +213,7 @@ def group_dicoms_into_seqinfos(
212213
dict[SeqInfo, list[str]],
213214
]
214215
| None = None,
215-
custom_seqinfo: CustomSeqinfoT | None = None,
216+
custom_seqinfo: CustomSeqinfoT | None = None,
216217
) -> dict[SeqInfo, list[str]]:
217218
...
218219

0 commit comments

Comments
 (0)