mypy
ac3e5ce7 - Fix type inference regression with partial types (#8091)

Commit
6 years ago
Fix type inference regression with partial types (#8091) Don't infer types such as List[<nothing>]; infer List[Any] instead. Fixes #8090.
Author
Parents
Loading