Parcourir la source

Update typing.py

BLUELOVETH il y a 2 ans
Parent
commit
ab96dbb028
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      python/typing.py

+ 2 - 0
python/typing.py

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