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 7259ac7 commit 428be60Copy full SHA for 428be60
src/array_api_stubs/_draft/set_functions.py
@@ -1,7 +1,7 @@
1
__all__ = ["isin", "unique_all", "unique_counts", "unique_inverse", "unique_values"]
2
3
4
-from ._types import Tuple, array
+from ._types import Tuple, Union, array
5
6
7
def isin(
0 commit comments