Skip to content

Commit

Permalink
add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasGensollen committed Jul 5, 2023
1 parent 21965ad commit 81ee9cb
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -495,6 +495,9 @@ def delete_temp_dirs(checkpoint: str, dir_to_del: list, base_dir: str) -> None:
import shutil
from pathlib import Path

from clinica.pipelines.dwi_preprocessing_using_t1.dwi_preprocessing_using_t1_utils import ( # noqa
extract_sub_ses_folder_name,
)
from clinica.utils.stream import cprint

subject_session_folder_name = extract_sub_ses_folder_name(checkpoint)
Expand Down

0 comments on commit 81ee9cb

Please sign in to comment.