commit | 6e6e4dd6c0b33087a39891ceb142c269f05e2be9 | [log] [tgz] |
---|---|---|
author | Ivan Levkivskyi <levkivskyi@gmail.com> | Tue May 07 13:13:14 2019 -0400 |
committer | GitHub <noreply@github.com> | Tue May 07 13:13:14 2019 -0400 |
tree | cc7c2c3020251148f74ece72510aae2986c264ee | |
parent | ccf20262355e310578db8a1ee82dcdbd5ab2e42e [diff] |
Add TypedDict to typing_extensions (#628) This is almost a verbatim copy of the code in `mypy_extensions` plus few small tweaks due to different imports from `typing`.