mypy
3b5a62e4 - Fix typechecking on Python 3.8 (#7953)

Commit
6 years ago
Fix typechecking on Python 3.8 (#7953) The Python 3.8 ast stubs now (correctly!) indicate that a key in Dict can be None. Fix fastparse to deal with this. Really the typed_ast stubs should say this also.
Author
Parents
Loading