Skip to content

Commit 16c939d

Browse files
committed
Remove unused import
1 parent 79754ff commit 16c939d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

array_api_tests/test_elementwise_functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
logical_or, logical_and, inrange, π, one, zero,
3232
infinity, isnegative, all as array_all, any as
3333
array_any, int_to_dtype, bool as bool_dtype,
34-
assert_integral, less_equal, equal, isintegral,
34+
assert_integral, less_equal, isintegral,
3535
isfinite)
3636

3737
from . import _array_module

0 commit comments

Comments
 (0)