Skip to content

Commit fcd7376

Browse files
committed
Revert to using direct import for the six module
1 parent 9ead3a8 commit fcd7376

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nibabel/streamlines/tests/test_trk.py

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

8-
from nibabel.externals.six import BytesIO
8+
from six import BytesIO
99

1010
from nibabel.testing import data_path
1111
from nibabel.testing import clear_and_catch_warnings, assert_arr_dict_equal

0 commit comments

Comments
 (0)