Skip to content

Commit 55ffbdc

Browse files
alexsavioBen Cipollini
authored andcommitted
fix: add missing import
1 parent 7aa45b1 commit 55ffbdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/pipeline/engine.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
Undefined, TraitedSpec, DynamicTraitedSpec,
5454
Bunch, InterfaceResult, md5, Interface,
5555
TraitDictObject, TraitListObject, isdefined)
56-
from ..utils.misc import getsource, create_function_from_source
56+
from ..utils.misc import getsource, create_function_from_source, flatten
5757
from ..utils.filemanip import (save_json, FileNotFoundError,
5858
filename_to_list, list_to_filename,
5959
copyfiles, fnames_presuffix, loadpkl,

0 commit comments

Comments
 (0)