Commit b3746d4
committed
fix(bigquery-analytics): annotate content_parts to satisfy mypy-diff
The skip-parse branch assigned content_parts from a bare [] inside tuple
unpacking, which mypy could not infer (var-annotated error on 3.10-3.13).
Annotate content_json/content_parts/parser_truncated before the branch.1 parent e3033dd commit b3746d4
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3436 | 3436 | | |
3437 | 3437 | | |
3438 | 3438 | | |
| 3439 | + | |
| 3440 | + | |
| 3441 | + | |
3439 | 3442 | | |
3440 | 3443 | | |
3441 | 3444 | | |
| |||
0 commit comments