Skip to content

Commit 0e7ed1a

Browse files
committed
???
1 parent 1f69838 commit 0e7ed1a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

array_api_compat/common/_aliases.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -578,3 +578,6 @@ def sign(x: ndarray, /, xp, **kwargs) -> ndarray:
578578
'reshape', 'argsort', 'sort', 'nonzero', 'ceil', 'floor', 'trunc',
579579
'matmul', 'matrix_transpose', 'tensordot', 'vecdot', 'isdtype',
580580
'unstack', 'sign']
581+
582+
# appease tests/test_all.py::test_all[common]
583+
del NamedTuple, array_namespace, inspect, device, is_cupy_namespace

0 commit comments

Comments
 (0)