From 9561483c7f35bd85cad745a3671d0151fe0520b5 Mon Sep 17 00:00:00 2001 From: Oscar Esteban Date: Mon, 26 Nov 2018 08:14:48 -0800 Subject: [PATCH] [STY] Combine split import [skip ci] --- nipype/interfaces/base/core.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nipype/interfaces/base/core.py b/nipype/interfaces/base/core.py index 6250017c31..6177b449f9 100644 --- a/nipype/interfaces/base/core.py +++ b/nipype/interfaces/base/core.py @@ -40,9 +40,9 @@ from .traits_extension import traits, isdefined, TraitError from .specs import (BaseInterfaceInputSpec, CommandLineInputSpec, - StdOutCommandLineInputSpec, MpiCommandLineInputSpec) + StdOutCommandLineInputSpec, MpiCommandLineInputSpec, + get_filecopy_info) from .support import (Bunch, InterfaceResult, NipypeInterfaceError) -from .specs import get_filecopy_info from future import standard_library standard_library.install_aliases()