Add PEP 613 TypeAlias stub to typing_extensions (#4243)

This commit is contained in:
Mikhail Golubev
2020-06-19 15:49:04 +03:00
committed by GitHub
parent e05fbabdeb
commit 30bbf02cf1
+3
View File
@@ -71,3 +71,6 @@ def get_type_hints(
Annotated: _SpecialForm = ...
_AnnotatedAlias: Any = ... # undocumented
# TypeAlias is a (non-subscriptable) special form.
TypeAlias: object