mypy
766d58fe - [suggest] Fix inference of returned collection (#7810)

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.
Author
Parents
Loading