Skip to content

Commit 545ed35

Browse files
committed
FIX: remove improper space from import in freesurfer/io.py
1 parent 726a8c6 commit 545ed35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nibabel/freesurfer/io.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import time
66

77

8-
from .. externals.six.moves import xrange
8+
from ..externals.six.moves import xrange
99
from ..openers import Opener
1010

1111

0 commit comments

Comments
 (0)