Skip to content

Commit bfddda1

Browse files
committed
Fix version 2 for Eddy-Wrapper does not work properly #769
1 parent ff883ba commit bfddda1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/fsl/epi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
isdefined, Undefined )
2424

2525

26-
from nipype.utils.filemanip import load_json, save_json, split_filename, fname_presuffix, FileNotFoundError
26+
from nipype.utils.filemanip import load_json, save_json, split_filename, fname_presuffix
2727

2828
warn = warnings.warn
2929
warnings.filterwarnings('always', category=UserWarning)

0 commit comments

Comments
 (0)