mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-04-25 16:24:03 +08:00
Make TypeAlias stub a valid annotation (#4354)
This commit is contained in:
+1
-1
@@ -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