Closed
Description
Hello there,
I think this is not the desired behaviour of Mypy. If I set the version of Python to 3.5, it doesn't report Deque imports, even though this type only appeared in Python 3.6.
mypy.ini:
[mypy]
python_version = 3.5
The python code:
from typing import Deque
...
This does not report any errors with mypy 0.670.
Metadata
Metadata
Assignees
Labels
No labels