mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-19 19:10:17 +00:00
some fix
This commit is contained in:
parent
5652b9d98e
commit
9482909ee7
@ -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
Loading…
x
Reference in New Issue
Block a user