fix issues when merging from main

This commit is contained in:
takatost
2024-08-13 17:11:19 +08:00
parent 14d020fffe
commit 2980e31ddf
5 changed files with 9 additions and 44 deletions

View File

@ -43,7 +43,6 @@ from models.workflow import (
WorkflowRunStatus,
WorkflowRunTriggeredFrom,
)
from services.workflow_service import WorkflowService
class WorkflowCycleManage: