From: Michael J. Sullivan Date: Tue, 1 Oct 2019 22:30:51 +0000 (-0700) Subject: Fix typechecking under mypy 0.730 (#1039) X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/c5637a7085ad50ebe40cff89c0ec855666d4bebc?ds=sidebyside;hp=c5637a7085ad50ebe40cff89c0ec855666d4bebc Fix typechecking under mypy 0.730 (#1039) mypy 0.730 fixed a bug involving nonexistent attributes accessed on modules, which caused an error since COLONEQUAL never got added to token.pyi. Add it. ---