Skip to content

Commit 888cde7

Browse files
Update src/array_api_typing/_array.py
Co-authored-by: Nathaniel Starkman <[email protected]> Signed-off-by: Neil Girdhar <[email protected]>
1 parent 6a28ef9 commit 888cde7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/array_api_typing/_array.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44

55

66
@final
7-
class Array(Protocol):
7+
class Array(HasArrayNamespace, Protocol):
88
pass

0 commit comments

Comments
 (0)