Skip to content

Commit fd26f98

Browse files
committed
fix model import
1 parent 0558d99 commit fd26f98

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

api/models/model.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,8 @@
2929
from .account import Account, Tenant
3030
from .base import Base
3131
from .engine import db
32-
from .enums import CreatedByRole
32+
from .enums import CreatorUserRole
3333
from .types import StringUUID, no_length_string, text_default, uuid_default, varchar_default, adjusted_text
34-
from .workflow import WorkflowRunStatus
35-
3634
if TYPE_CHECKING:
3735
from .workflow import Workflow
3836

0 commit comments

Comments
 (0)