Skip to content

Commit f3bc4b4

Browse files
committed
style(test): 格式化 test_router_executor 中的代码缩进;
🤖 Generated with [Claude Code](https://github.com/claude), [CodeX](https://openai.com), [Gemini](https://github.com/apps/gemini-code-assist) Co-Authored-By: Aurelius Huang<threefish.ai@gmail.com>
1 parent f0ce55f commit f3bc4b4

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

‎tests/test_router_executor.py‎

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1049,11 +1049,13 @@ async def test_multi_tier_429_cascade(self):
10491049
)
10501050
)
10511051

1052-
exec_inst = _executor([
1053-
_make_tier(anthropic),
1054-
_make_tier(zhipu),
1055-
_make_tier(copilot),
1056-
])
1052+
exec_inst = _executor(
1053+
[
1054+
_make_tier(anthropic),
1055+
_make_tier(zhipu),
1056+
_make_tier(copilot),
1057+
]
1058+
)
10571059
resp = await exec_inst.execute_message({"model": "claude-opus-4-6"}, {})
10581060

10591061
assert resp.status_code == 200

0 commit comments

Comments
 (0)