Skip to content

Commit 5d0f645

Browse files
committed
TEST: Combine imports
1 parent 42beb1a commit 5d0f645

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

nibabel/streamlines/tests/test_trk.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
from io import BytesIO
99

1010
import pytest
11-
from ...testing_pytest import data_path
12-
from ...testing_pytest import clear_and_catch_warnings, assert_arr_dict_equal
11+
from ...testing_pytest import data_path, clear_and_catch_warnings, assert_arr_dict_equal
1312
from numpy.testing import assert_array_equal
1413

1514
from .test_tractogram import assert_tractogram_equal

0 commit comments

Comments
 (0)