Skip to content

Commit 59006b0

Browse files
committed
imported StringIO from six instead of io
1 parent 414da00 commit 59006b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nibabel/cmdline/tests/test_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
from os.path import (join as pjoin)
1616
from nibabel.testing import data_path
1717
from collections import OrderedDict
18-
from io import StringIO
18+
from six import StringIO
1919

2020

2121
def test_table2string():

0 commit comments

Comments
 (0)