Skip to content

Commit 82263dc

Browse files
committed
remove unnecessary dependency
1 parent 5372a79 commit 82263dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/fsl/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
os.chdir(datadir)
1818
"""
1919
from __future__ import print_function, division, unicode_literals, absolute_import
20-
from builtins import map, range, open
20+
from builtins import map, range
2121

2222
import os
2323
import os.path as op

0 commit comments

Comments
 (0)