mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 02:18:08 +08:00
more typed orm (#28507)
This commit is contained in:
@ -11,8 +11,7 @@ from sqlalchemy import DateTime, String, func, select
|
||||
from sqlalchemy.orm import Mapped, Session, mapped_column
|
||||
from typing_extensions import deprecated
|
||||
|
||||
from models.base import TypeBase
|
||||
|
||||
from .base import TypeBase
|
||||
from .engine import db
|
||||
from .types import LongText, StringUUID
|
||||
|
||||
|
||||
Reference in New Issue
Block a user