We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5970e62 commit 991295bCopy full SHA for 991295b
src/array_api_stubs/_draft/searching_functions.py
@@ -1,7 +1,7 @@
1
__all__ = ["argmax", "argmin", "count_nonzero", "nonzero", "searchsorted", "where"]
2
3
4
-from ._types import Optional, Tuple, Literal, array
+from ._types import Optional, Tuple, Literal, Union, array
5
6
7
def argmax(x: array, /, *, axis: Optional[int] = None, keepdims: bool = False) -> array:
0 commit comments