You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yep, that did it. I saw that suggestion in the error message (on travis) and tried it on my local machine, but it claimed that didn't exist. Turns out, I still had an old version of mypy installed locally when testing that fix, and didn't retest that fix while generating the repro.
With mypy 0.580 and python 3.6, I can run:
This worked fine, and would catch things like use of f-strings that aren't back-compatible.
With mypy 0.590 however, this breaks with the following error:
I am running this against latest master from https://github.com/jreese/aiosqlite
Full repro: https://gist.github.com/jreese/c20759267e08aa45b7ce4a29747f5337
The text was updated successfully, but these errors were encountered: