We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a00d915 commit 1c3d120Copy full SHA for 1c3d120
apischema/typing.py
@@ -70,7 +70,7 @@ def get_args(tp): # type: ignore
70
try:
71
from typing_extensions import Literal, TypedDict, Protocol # noqa F401
72
except ImportError:
73
- Literal, TypedDict = _FakeType, _FakeType
+ pass
74
75
76
_T = TypeVar("_T")
0 commit comments