Skip to content

Commit

Permalink
Style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-brett committed Oct 3, 2024
1 parent 61d9b8c commit da58993
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions nipy/core/reference/tests/test_coordinate_map.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,11 @@
CS = CoordinateSystem

import pytest
from numpy.testing import (assert_almost_equal, assert_array_equal,
assert_array_almost_equal)
from numpy.testing import (
assert_almost_equal,
assert_array_almost_equal,
assert_array_equal,
)

# Dtypes for testing coordinate map creation / processing
_SYMPY_SAFE_DTYPES = (SCTYPES['int'] + SCTYPES['uint'] +
Expand Down

0 comments on commit da58993

Please sign in to comment.