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 -1
View File
@@ -189,4 +189,4 @@ class InferenceEngine:
usage=TokenUsage(),
duration_ms=int((time.monotonic() - start) * 1000),
status="parse_error", error=last_error, error_code=last_error_code,
)
)