Skip to content

Commit c0fade3

Browse files
committed
MAINT: run lint / pre-commit
1 parent 609b2fc commit c0fade3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

torch_np/testing/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
assert_,
44
assert_allclose,
55
assert_almost_equal,
6-
assert_array_equal,
76
assert_array_almost_equal,
8-
assert_raises_regex,
9-
suppress_warnings,
7+
assert_array_equal,
108
assert_equal,
9+
assert_raises_regex,
1110
assert_warns,
11+
suppress_warnings,
1212
)
1313

1414
# from .testing import assert_allclose # FIXME

0 commit comments

Comments
 (0)