mypy
mypy copied to clipboard
[mypyc] Fix unsupported imports for type annotations
This is a follow up to #18874 which broke certain imports of type annotations.
/cc @advait-dixit @JukkaL
Fixes https://github.com/mypyc/mypyc/issues/1099 Fixes https://github.com/mypyc/mypyc/issues/1167 Fixes #20365 Closes https://github.com/mypyc/mypyc/issues/1100