From 13ce2c4ff092aed28ca250a99a28f64593dcdf01 Mon Sep 17 00:00:00 2001 From: Alexander Getka <59709326+AlexanderGetka-cbica@users.noreply.github.com> Date: Thu, 6 Apr 2023 14:42:41 -0400 Subject: [PATCH] import shutil --- niCHARTPipelines/Structural.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/niCHARTPipelines/Structural.py b/niCHARTPipelines/Structural.py index da92d23..72f98f5 100644 --- a/niCHARTPipelines/Structural.py +++ b/niCHARTPipelines/Structural.py @@ -1,6 +1,6 @@ from nipype import Node, Workflow from pathlib import Path -import os +import os, shutil from . import DeepMRSegInterface from . import MaskImageInterface