Chris Meyer
Results
2
issues of
Chris Meyer
**Bug Report** Unexpected typing failure when passing variable, but no error when passing literal dict. Run in strict mode. **To Reproduce** ```mypy --strict typing_problem.py``` **`typing_problem.py`:** ``` import typing # union...
bug
topic-type-context