Skip to content

Commit 34b8a57

Browse files
committed
Remove some unused imports
1 parent 8101d76 commit 34b8a57

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

array_api_tests/test_elementwise_functions.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,8 @@
2929
positive_mathematical_sign,
3030
negative_mathematical_sign, logical_not,
3131
logical_or, logical_and, inrange, π, one, zero,
32-
infinity, full, isnegzero, isnegative, all as
33-
array_all, any as array_any, int_to_dtype, bool as
34-
bool_dtype)
32+
infinity, isnegative, all as array_all, any as
33+
array_any, int_to_dtype, bool as bool_dtype)
3534

3635
from . import _array_module
3736

0 commit comments

Comments
 (0)