You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can follow along in #11158. There's a lot on master now that's not going to be in 0.920, though. I don't know whether that includes the fix for this bug.
Bug Report
It seems to me that mypy doesn't known that ItemsView can be "unpacked" as an iterable of pairs
To Reproduce
issue.py:
Expected Behavior
no errors:
items2
should have the same "type" ofitems3
- as there is no errors running the snippet of code in pythonThe text was updated successfully, but these errors were encountered: