Skip to content

Commit 20629a0

Browse files
committed
RF: Move format_utils to base
1 parent cdcdba9 commit 20629a0

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

nipype/interfaces/cat12/preprocess.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
File,
1010
Str,
1111
)
12-
from nipype.interfaces.cat12.format_utils import Cell
12+
from nipype.interfaces.cat12.base import Cell
1313

1414
from nipype.interfaces.spm import SPMCommand
1515
from nipype.interfaces.spm.base import (

nipype/interfaces/cat12/surface.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from pathlib import Path
33

44
from nipype.interfaces.base import File, InputMultiPath, TraitedSpec, traits, isdefined
5-
from nipype.interfaces.cat12.format_utils import NestedCell, Cell
5+
from nipype.interfaces.cat12.base import NestedCell, Cell
66
from nipype.interfaces.spm import SPMCommand
77
from nipype.interfaces.spm.base import SPMCommandInputSpec
88
from nipype.utils.filemanip import split_filename

0 commit comments

Comments
 (0)