Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasGensollen authored Dec 5, 2023
1 parent 193e97b commit a293c03
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions clinica/iotools/converters/adni_to_bids/adni_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -1285,7 +1285,7 @@ def paths_to_bids(


def create_file(
image, modality: str, bids_dir: Path, mod_to_update: bool
image: pd.Series, modality: str, bids_dir: Path, mod_to_update: bool
) -> Optional[Path]:
"""Creates an image file at the corresponding output folder.
Expand All @@ -1294,7 +1294,8 @@ def create_file(
Parameters
----------
image: Image metadata
image : pd.Series
The image metadata.
modality : str
Imaging modality.
Expand Down

0 comments on commit a293c03

Please sign in to comment.