mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2026-04-23 00:17:25 +08:00
fix code type (#6951)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user