Skip to content

Commit 0e24933

Browse files
committed
Try Self outside type-checking block
Signed-off-by: nstarman <[email protected]>
1 parent c0e40e1 commit 0e24933

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/array_api_stubs/_draft/array_object.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
ellipsis,
1313
)
1414

15-
Self = TypeVar("Self", bound="Array")
16-
# NOTE: when working with py3.11+ this can be ``typing.Self``.
15+
Self = TypeVar("Self", bound="Array")
16+
# NOTE: when working with py3.11+ this can be ``typing.Self``.
1717

1818

1919
class Array(Protocol):

0 commit comments

Comments
 (0)