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
If you use Python 2 and Python 3 in a codebase, and run mypy against it with both, --warn-unused-ignores will warn about issues present in only one or the other.
A reasonable fix might be to add a type: ignore2 / type: ignore3 that one can use in this sort of situation?