chore: 清理 error_code 收尾(删冗余死代码行、补尾换行)

This commit is contained in:
lhl
2026-08-09 13:58:53 +08:00
parent 857bc789ed
commit f3a30256d5
3 changed files with 2 additions and 2 deletions
-1
View File
@@ -103,7 +103,6 @@ def test_chat_failed_error_code_network_last():
def test_chat_failed_error_code_not_configured():
# 备用模型 Key 缺失(最后一次)→ LLM_NOT_CONFIGURED
client = FakeLLMClient([("raise_network", ""), ("raise_timeout", "")])
# 用自定义异常客户端模拟 NotConfigured
class NotConfiguredClient:
def __init__(self):