Skip to content

Commit 43537aa

Browse files
committed
fix import of md5
1 parent a1c0fbd commit 43537aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nipype/pipeline/engine/nodes.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@
3535
from ... import config, logging
3636
from ...utils.misc import (flatten, unflatten, str2bool)
3737
from ...utils.filemanip import (
38-
save_json, FileNotFoundError, filename_to_list, list_to_filename,
38+
md5, save_json, FileNotFoundError, filename_to_list, list_to_filename,
3939
copyfiles, fnames_presuffix, loadpkl, split_filename, load_json, makedirs,
4040
emptydirs, savepkl, write_rst_header, write_rst_dict, write_rst_list, to_str
4141
)
4242

4343
from ...interfaces.base import (
4444
traits, InputMultiPath, CommandLine, Undefined, DynamicTraitedSpec,
45-
Bunch, InterfaceResult, md5, Interface, isdefined
45+
Bunch, InterfaceResult, Interface, isdefined
4646
)
4747
from .utils import (
4848
modify_paths, clean_working_directory, get_print_name,

0 commit comments

Comments
 (0)