fix: add missing import

This commit is contained in:
Novice Lee 2024-12-20 18:42:12 +08:00
parent 280cc679bc
commit bb7d8ebadc
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ from core.file import helpers as file_helpers
from core.file.tool_file_parser import ToolFileParser
from libs.helper import generate_string
from models.enums import CreatedByRole
from models.workflow import WorkflowRunStatus
from models.workflow import Workflow, WorkflowRunStatus
from .account import Account, Tenant
from .engine import db