Commit c9ce617
committed
style(tests): wrap over-long assert line to satisfy pyink
The Pre-commit Linter (pyink 25.12.0, line-length 80) flagged the
`assert any(...)` line in test_skip_summarization_non_agent_tool_appends_no_text_part
as exceeding the line limit. Wrap the generator expression onto its own
line. No behavior change.1 parent 6f51d9b commit c9ce617
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1660 | 1660 | | |
1661 | 1661 | | |
1662 | 1662 | | |
1663 | | - | |
| 1663 | + | |
| 1664 | + | |
| 1665 | + | |
1664 | 1666 | | |
1665 | 1667 | | |
1666 | 1668 | | |
| |||
0 commit comments