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 c1451e3 commit b60c01dCopy full SHA for b60c01d
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