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 6a28ef9 commit 888cde7Copy full SHA for 888cde7
src/array_api_typing/_array.py
@@ -4,5 +4,5 @@
4
5
6
@final
7
-class Array(Protocol):
+class Array(HasArrayNamespace, Protocol):
8
pass
0 commit comments