Skip to content

Commit e995d50

Browse files
committed
STY: remove unused import
1 parent 0036e0c commit e995d50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nibabel/cifti2/tests/test_new_cifti2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from nibabel import cifti2 as ci
1313
from nibabel.tmpdirs import InTemporaryDirectory
1414

15-
from nose.tools import assert_true, assert_equal, assert_raises
15+
from nose.tools import assert_true, assert_equal
1616

1717
affine = [[-1.5, 0, 0, 90],
1818
[0, 1.5, 0, -85],

0 commit comments

Comments
 (0)