Commit 98f6ed2
style(tests): apply ruff format to test_tools_integrations.py
Ruff Lint CI on `7449c43` flagged two function signatures in
`test_tools_integrations.py` that had been wrapped to multi-line in
the rework commit `48a4f7b` but fit on a single line under the
project's 88-char width. `ruff format` collapses them — pure
mechanical, no behavior change. The other 23 changed Python files in
the PR are already format-clean.
76 unit tests still pass locally.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 7449c43 commit 98f6ed2
1 file changed
Lines changed: 2 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
620 | 620 | | |
621 | 621 | | |
622 | 622 | | |
623 | | - | |
624 | | - | |
625 | | - | |
| 623 | + | |
626 | 624 | | |
627 | 625 | | |
628 | 626 | | |
| |||
699 | 697 | | |
700 | 698 | | |
701 | 699 | | |
702 | | - | |
703 | | - | |
704 | | - | |
| 700 | + | |
705 | 701 | | |
706 | 702 | | |
707 | 703 | | |
| |||
0 commit comments