mirror of
https://github.com/langgenius/dify.git
synced 2026-01-08 14:00:40 -05:00
feat: mypy for all type check (#10921)
This commit is contained in:
@@ -42,6 +42,6 @@ class RunRetryEvent(BaseModel):
|
||||
class SingleStepRetryEvent(NodeRunResult):
|
||||
"""Single step retry event"""
|
||||
|
||||
status: str = WorkflowNodeExecutionStatus.RETRY.value
|
||||
status: WorkflowNodeExecutionStatus = WorkflowNodeExecutionStatus.RETRY
|
||||
|
||||
elapsed_time: float = Field(..., description="elapsed time")
|
||||
|
||||
Reference in New Issue
Block a user