Skip to content

Commit

Permalink
fix: add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
Novice Lee authored and Novice Lee committed Dec 23, 2024
1 parent 4c3ca07 commit 159d1c9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions api/models/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,12 @@
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 WorkflowRunStatus, Workflow

from .account import Account, Tenant
from .engine import db
from .types import StringUUID

if TYPE_CHECKING:
from .workflow import Workflow


class DifySetup(db.Model):
__tablename__ = "dify_setups"
Expand Down

0 comments on commit 159d1c9

Please sign in to comment.