Skip to content

Commit 03086a4

Browse files
committed
FIX: Use io.BytesIO to test TckFile
1 parent 24cba1b commit 03086a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nibabel/streamlines/tests/test_tck.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import numpy as np
44
from os.path import join as pjoin
55

6-
from six import BytesIO
6+
from io import BytesIO
77
from nibabel.py3k import asbytes
88

99
from ..array_sequence import ArraySequence

0 commit comments

Comments
 (0)