Skip to content

Commit

Permalink
[FIX] Fix broken import (#1242)
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasGensollen authored Jul 23, 2024
1 parent db75336 commit f2ec11b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clinica/iotools/utils/pipeline_handling.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ def _extract_metrics_from_pipeline(
)
for atlas_path in atlas_paths:
if metric == "segmentationVolumes":
from clinica.iotools.converters.adni_to_bids.adni_utils import (
from clinica.iotools.converter_utils import (
replace_sequence_chars,
)

Expand Down

0 comments on commit f2ec11b

Please sign in to comment.