fix(alembic): update imports for agent architecture changes

This commit is contained in:
qzl
2026-03-04 11:12:41 +08:00
parent 5bbfec52ab
commit 87399f74c8
+1 -1
View File
@@ -30,9 +30,9 @@ from models import ( # noqa: F401,E402
Profile,
ScheduleItem,
ScheduleSubscription,
SystemAgents,
Todo,
TodoSource,
UserAgent,
)
if TYPE_CHECKING: