Skip to content

Commit 428be60

Browse files
committed
fix: import missing type
1 parent 7259ac7 commit 428be60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/array_api_stubs/_draft/set_functions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
__all__ = ["isin", "unique_all", "unique_counts", "unique_inverse", "unique_values"]
22

33

4-
from ._types import Tuple, array
4+
from ._types import Tuple, Union, array
55

66

77
def isin(

0 commit comments

Comments
 (0)