Update typing.py

This commit is contained in:
BLUELOVETH 2024-04-13 23:34:29 +08:00 committed by GitHub
parent 790e87f688
commit ab96dbb028
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32,6 +32,8 @@ LiteralString = _PLACEHOLDER
Iterable = _PLACEHOLDER Iterable = _PLACEHOLDER
Generator = _PLACEHOLDER Generator = _PLACEHOLDER
Hashable = _PLACEHOLDER
TypeVar = _PLACEHOLDER TypeVar = _PLACEHOLDER
Self = _PLACEHOLDER Self = _PLACEHOLDER