mypy
766d58fe
- [suggest] Fix inference of returned collection (#7810)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
6 years ago
[suggest] Fix inference of returned collection (#7810) Do this by suppressing the use of Any contexts, which cause arguments to be misinferred. This can cause certain things to be inferred as `<nothing>` instead of `Any`, but that's seems fine.
References
#7810 - [suggest] Fix inference of returned collection
Author
msullivan
Parents
9e18cd2b
Loading