Skip to content

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AliceJoubert committed Oct 24, 2024
1 parent f489161 commit 20ef540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clinica/iotools/converters/aibl_to_bids/utils/clinical.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ def _clean_exam_dates(
exam_dates: List[Union[str, int]],
visit_codes: List[str],
clinical_data_dir: Path,
) -> List[str]:
) -> List[Union[str, int]]:
"""Clean the exam dates when necessary by trying to compute them from other sources.
Parameters
Expand Down

0 comments on commit 20ef540

Please sign in to comment.