Remove @builtinclass (#626)

This commit is contained in:
Elazar
2016-10-22 22:25:02 +03:00
committed by Guido van Rossum
parent 83802c6724
commit 7224b67532
2 changed files with 0 additions and 2 deletions

View File

@@ -12,7 +12,6 @@ Generic = object()
Tuple = object()
Callable = object()
Type = object()
builtinclass = object()
_promote = object()
# Type aliases

View File

@@ -13,7 +13,6 @@ Generic = object()
Tuple = object()
Callable = object()
Type = object()
builtinclass = object()
_promote = object()
no_type_check = object()