We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcf55f4 commit 6030a2bCopy full SHA for 6030a2b
doc-source/requirements.txt
@@ -15,3 +15,4 @@ sphinx-tabs>=1.1.13
15
sphinx-toolbox>=2.13.0b3
16
sphinxemoji>=0.1.6
17
toctree-plus>=0.5.0
18
+typing-extensions>=3.10.0.0
pypi_json/typehints.py
@@ -37,8 +37,6 @@
37
if typing.TYPE_CHECKING:
38
# 3rd party
39
from typing_extensions import TypedDict
40
-elif hasattr(typing, "TypedDict"): # pragma: no cover (<py38)
41
- TypedDict = typing.TypedDict # noqa: TYP006
42
else: # pragma: no cover
43
try:
44
0 commit comments