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
Are you reporting a bug, or opening a feature request? Bug
Please insert below the code you are checking with mypy,
or a mock-up repro if the source is private. We would appreciate
if you try to simplify your case to a minimal repro.
Are you reporting a bug, or opening a feature request?
Bug
Please insert below the code you are checking with mypy,
or a mock-up repro if the source is private. We would appreciate
if you try to simplify your case to a minimal repro.
type.py:11: error: Invalid type "self"
An error message that explains that you cannot cast to an instance of a type.
Do you see the same issue after installing mypy from Git master?
mypy 0.701
python 3.7.3
mypy.ini
is as follows.The text was updated successfully, but these errors were encountered: