Skip to content

Commit 1fc1749

Browse files
authored
Merge pull request #124 from BrainLesion/back2black
blacked
2 parents 1baedcc + 8255210 commit 1fc1749

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

brainles_preprocessing/preprocessor.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -379,9 +379,9 @@ def run_atlas_correction(
379379
dst=str(center_atlas_corrected_path),
380380
)
381381
# save step result
382-
self.center_modality.steps[
383-
PreprocessorSteps.ATLAS_CORRECTED
384-
] = center_atlas_corrected_path
382+
self.center_modality.steps[PreprocessorSteps.ATLAS_CORRECTED] = (
383+
center_atlas_corrected_path
384+
)
385385

386386
self._save_output(
387387
src=atlas_correction_dir,

0 commit comments

Comments
 (0)