File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change 3030
3131from nipype .interfaces import utility as util # type: ignore [import-untyped]
3232from nipype .interfaces .utility import Rename # type: ignore [import-untyped]
33- from nipype .pipeline import engine as pe
33+ from nipype .pipeline import engine as pe # type: ignore [import-untyped]
3434
3535from CPAC .image_utils .spatial_smoothing import spatial_smoothing
3636from CPAC .image_utils .statistical_transforms import (
4343 NODEBLOCK_INPUTS ,
4444 NODEBLOCK_OUTPUTS ,
4545 NodeBlockFunction ,
46+ PIPELINE_BLOCKS ,
4647)
4748from CPAC .pipeline .utils import name_fork , source_set
4849from CPAC .registration .registration import transform_derivative
@@ -485,12 +486,6 @@ def get(
485486class ResourcePool (_Pool ):
486487 """A pool of :py:class:`Resource` s."""
487488
488- from CPAC .pipeline .engine .nodeblock import (
489- NODEBLOCK_INPUTS ,
490- NodeBlockFunction ,
491- PIPELINE_BLOCKS ,
492- )
493-
494489 def __init__ (
495490 self ,
496491 name : str = "" ,
You can’t perform that action at this time.
0 commit comments