Skip to content

Commit dfe977b

Browse files
committed
Fix pyflakes error
1 parent 4378e1a commit dfe977b

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
@@ -37,7 +37,7 @@
3737
ndindex, promote_dtypes, is_integer_dtype,
3838
is_float_dtype, not_equal, float64, asarray,
3939
dtype_ranges, full, true, false, assert_same_sign,
40-
isnan, equal, less)
40+
isnan, less)
4141
# We might as well use this implementation rather than requiring
4242
# mod.broadcast_shapes(). See test_equal() and others.
4343
from .test_broadcasting import broadcast_shapes

0 commit comments

Comments
 (0)