Skip to content

Commit 39fbd54

Browse files
committed
FIX: Missed merge issue
1 parent 49cc0a7 commit 39fbd54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/tests/test_io.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
import nipype.interfaces.io as nio
1616
from nipype.interfaces.base.traits_extension import isdefined
1717
from nipype.interfaces.base import Undefined, TraitError
18-
from nipype.utils.filemanip import dist_is_editable, FileExistsError
18+
from nipype.utils.filemanip import dist_is_editable
1919

2020
# Check for boto
2121
noboto = False

0 commit comments

Comments
 (0)