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 c0e40e1 commit 0e24933Copy full SHA for 0e24933
src/array_api_stubs/_draft/array_object.py
@@ -12,8 +12,8 @@
12
ellipsis,
13
)
14
15
- Self = TypeVar("Self", bound="Array")
16
- # NOTE: when working with py3.11+ this can be ``typing.Self``.
+Self = TypeVar("Self", bound="Array")
+# NOTE: when working with py3.11+ this can be ``typing.Self``.
17
18
19
class Array(Protocol):
0 commit comments