Chore: remove duplicate TYPE_CHECKING import (#23013)
Signed-off-by: Yongtao Huang <yongtaoh2022@gmail.com>
This commit is contained in:
parent
177b0fb5e8
commit
1c05491f1c
3 changed files with 3 additions and 9 deletions
|
|
@ -32,9 +32,6 @@ from .engine import db
|
|||
from .enums import CreatorUserRole
|
||||
from .types import StringUUID
|
||||
|
||||
if TYPE_CHECKING:
|
||||
from .workflow import Workflow
|
||||
|
||||
|
||||
class DifySetup(Base):
|
||||
__tablename__ = "dify_setups"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue