mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-01 00:53:23 +08:00
Remove @builtinclass (#626)
This commit is contained in:
@@ -12,7 +12,6 @@ Generic = object()
|
||||
Tuple = object()
|
||||
Callable = object()
|
||||
Type = object()
|
||||
builtinclass = object()
|
||||
_promote = object()
|
||||
|
||||
# Type aliases
|
||||
|
||||
@@ -13,7 +13,6 @@ Generic = object()
|
||||
Tuple = object()
|
||||
Callable = object()
|
||||
Type = object()
|
||||
builtinclass = object()
|
||||
_promote = object()
|
||||
no_type_check = object()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user