From ab96dbb028091d731d965c8ce24e70be408f8ac6 Mon Sep 17 00:00:00 2001 From: BLUELOVETH Date: Sat, 13 Apr 2024 23:34:29 +0800 Subject: [PATCH] Update typing.py --- python/typing.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python/typing.py b/python/typing.py index 76c3a2ac..32f24366 100644 --- a/python/typing.py +++ b/python/typing.py @@ -32,6 +32,8 @@ LiteralString = _PLACEHOLDER Iterable = _PLACEHOLDER Generator = _PLACEHOLDER +Hashable = _PLACEHOLDER + TypeVar = _PLACEHOLDER Self = _PLACEHOLDER