We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ead3a8 commit fcd7376Copy full SHA for fcd7376
nibabel/streamlines/tests/test_trk.py
@@ -5,7 +5,7 @@
5
import numpy as np
6
from os.path import join as pjoin
7
8
-from nibabel.externals.six import BytesIO
+from six import BytesIO
9
10
from nibabel.testing import data_path
11
from nibabel.testing import clear_and_catch_warnings, assert_arr_dict_equal
0 commit comments