mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-06 12:14:27 +08:00
Make TypeAlias stub a valid annotation (#4354)
This commit is contained in:
2
third_party/2and3/typing_extensions.pyi
vendored
2
third_party/2and3/typing_extensions.pyi
vendored
@@ -92,4 +92,4 @@ Annotated: _SpecialForm = ...
|
||||
_AnnotatedAlias: Any = ... # undocumented
|
||||
|
||||
# TypeAlias is a (non-subscriptable) special form.
|
||||
TypeAlias: object
|
||||
class TypeAlias: ...
|
||||
|
||||
Reference in New Issue
Block a user