If blocks is empty, we append None to the returned list, which is
incorrect.
This subtle issue was caught by pytype, which correctly identified
the return value as List[Optional[Tuple]] because of this possibility.
Alphare |
hg-reviewers |
If blocks is empty, we append None to the returned list, which is
incorrect.
This subtle issue was caught by pytype, which correctly identified
the return value as List[Optional[Tuple]] because of this possibility.
No Linters Available |
No Unit Test Coverage |