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
@Tshimanga Are you still experiencing the issue? Can you try creating a fresh venv using 3.9 or later, create an empty directory, and run mypy -c 'foo: list[int] = [1,2,3]', mypy --version and python --version in it? Can you also try running mypy --python-version 3.9 -c 'foo: list[int] = [1,2,3]'?
Bug Report
#9873 is back.
To Reproduce
Expected Behavior
No Complaints.
Actual Behavior
Your Environment
The text was updated successfully, but these errors were encountered: