Skip to content

Commit 189bdfb

Browse files
Added support for PEP613 (TypeAlias) in typing.pyi (#4472)
Co-authored-by: Eric Traut <[email protected]>
1 parent 8cbf009 commit 189bdfb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stdlib/3/typing.pyi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ if sys.version_info >= (3, 10):
5454
__name__: str
5555
def __init__(self, name: str) -> None: ...
5656
Concatenate: _SpecialForm = ...
57+
TypeAlias: _SpecialForm = ...
5758

5859
# Return type that indicates a function does not return.
5960
# This type is equivalent to the None type, but the no-op Union is necessary to

0 commit comments

Comments
 (0)