This commit is contained in:
blueloveTH 2024-11-02 22:12:56 +08:00
parent 5652b9d98e
commit 9482909ee7
2 changed files with 3 additions and 4 deletions

View File

@ -24,7 +24,6 @@ Union = _PLACEHOLDER
Optional = _PLACEHOLDER
Callable = _PLACEHOLDER
Type = _PLACEHOLDER
Protocol = _PLACEHOLDER
Literal = _PLACEHOLDER
LiteralString = _PLACEHOLDER
@ -37,8 +36,8 @@ Hashable = _PLACEHOLDER
TypeVar = _PLACEHOLDER
Self = _PLACEHOLDER
class Generic:
pass
Protocol = object
Generic = object
TYPE_CHECKING = False

File diff suppressed because one or more lines are too long