mypy
a5e316ea - Do not import `TypedDict` from `mypy-extensions`, use `typing-extensions` (#15494)

Commit
2 years ago
Do not import `TypedDict` from `mypy-extensions`, use `typing-extensions` (#15494) All recent versions (declared in `setup.py`) have `TypedDict` there. So, no need to use `mypy-extensions` here. (crossref: found while working on https://github.com/typeddjango/django-stubs/pull/1566)
Author
Parents
Loading