fix code type (#6951)

This commit is contained in:
SunLei
2026-03-20 16:14:12 +08:00
committed by GitHub
parent bf7e2424d0
commit 32b6900d01
+1 -1
View File
@@ -772,7 +772,7 @@ def control_scheduler(request: ControlSchedulerRequest):
Control the scheduler behavior with the given parameters.
"""
content = ErrorResponse(error=ErrorInfo(message="Scheduler updated successfully", code=0))
content = ErrorResponse(error=ErrorInfo(message="Scheduler updated successfully", code="0"))
global llm_engine
if llm_engine is None: