Skip to content

Commit 0bcb032

Browse files
committed
fix __all__
1 parent fc04a64 commit 0bcb032

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

array_api_compat/common/_aliases.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@ def sign(x: ndarray, /, xp, **kwargs) -> ndarray:
574574
'linspace', 'ones', 'ones_like', 'zeros', 'zeros_like',
575575
'UniqueAllResult', 'UniqueCountsResult', 'UniqueInverseResult',
576576
'unique_all', 'unique_counts', 'unique_inverse', 'unique_values',
577-
'astype', 'std', 'var', 'cumulative_sum', 'cumulative_prod','clip', 'permute_dims',
577+
'std', 'var', 'cumulative_sum', 'cumulative_prod','clip', 'permute_dims',
578578
'reshape', 'argsort', 'sort', 'nonzero', 'ceil', 'floor', 'trunc',
579579
'matmul', 'matrix_transpose', 'tensordot', 'vecdot', 'isdtype',
580580
'unstack', 'sign']

0 commit comments

Comments
 (0)