This commit is contained in:
takatost
2024-03-04 23:34:28 +08:00
parent 75f1355d4c
commit bc4edbfc2b
5 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
from abc import abstractmethod
from models.workflow import WorkflowRun, WorkflowNodeExecution
from models.workflow import WorkflowNodeExecution, WorkflowRun
class BaseWorkflowCallback: