Open shenyih0ng opened 1 week ago
Diff from mypy_primer, showing the effect of this PR on open source code:
Expression (https://github.com/cognitedata/Expression)
+ expression/extra/parser.py:263: error: Class "expression.collections.block.Block[Any]" has no attribute "_value" [misc]
+ expression/extra/parser.py:264: error: Cannot determine type of "tail" [has-type]
+ expression/extra/parser.py:265: error: Cannot determine type of "head" [has-type]
Diff from mypy_primer, showing the effect of this PR on open source code:
Expression (https://github.com/cognitedata/Expression)
+ expression/extra/parser.py:263: error: Class "expression.collections.block.Block[Any]" has no attribute "_value" [misc]
+ expression/extra/parser.py:264: error: Cannot determine type of "tail" [has-type]
+ expression/extra/parser.py:265: error: Cannot determine type of "head" [has-type]
According to mypy_primer, this change doesn't affect type check results on a corpus of open source code. ✅
Fixes #16736