mypy
ac3e5ce7
- Fix type inference regression with partial types (#8091)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
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.
References
#8091 - Fix type inference regression with partial types
Author
JukkaL
Parents
5680f5c5
Loading