Skip to content

Commit bc017aa

Browse files
author
Ben Cipollini
committed
Tests should use absolute imports, except when importing from other tests.
1 parent 5a97768 commit bc017aa

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

nibabel/gifti/tests/test_gifti.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111
from nibabel.gifti.gifti import data_tag
1212
from nibabel.nifti1 import data_type_codes, intent_codes
1313

14-
from numpy.testing import (assert_array_almost_equal,
15-
assert_array_equal)
14+
from numpy.testing import (assert_array_almost_equal, assert_array_equal)
1615
from nose.tools import (assert_true, assert_false, assert_equal, assert_raises)
1716
from nibabel.testing import clear_and_catch_warnings
1817
from .test_parse_gifti_fast import (DATA_FILE1, DATA_FILE2, DATA_FILE3,

0 commit comments

Comments
 (0)