Commit 334fe90
committed
[Style] Collapse kv cache coordinator MTP guard to one line
ruff format collapses the multi-line condition in the multi-module MTP
guard since it fits within the 120-char line length. Fixes the pre-commit
ruff-format hook and the ci-gate it gates.
Signed-off-by: liaoqidan <1107297340@qq.com>1 parent d5324ad commit 334fe90
1 file changed
Lines changed: 1 addition & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | | - | |
145 | | - | |
| 141 | + | |
146 | 142 | | |
147 | 143 | | |
148 | 144 | | |
| |||
0 commit comments