Skip to content

Commit 745b871

Browse files
authored
Merge pull request #2801 from nipy/oesteban-patch-1
[STY] Combine split import
2 parents 11f8eb2 + 9561483 commit 745b871

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nipype/interfaces/base/core.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@
4040

4141
from .traits_extension import traits, isdefined, TraitError
4242
from .specs import (BaseInterfaceInputSpec, CommandLineInputSpec,
43-
StdOutCommandLineInputSpec, MpiCommandLineInputSpec)
43+
StdOutCommandLineInputSpec, MpiCommandLineInputSpec,
44+
get_filecopy_info)
4445
from .support import (Bunch, InterfaceResult, NipypeInterfaceError)
45-
from .specs import get_filecopy_info
4646

4747
from future import standard_library
4848
standard_library.install_aliases()

0 commit comments

Comments
 (0)