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, Profile,
ScheduleItem, ScheduleItem,
ScheduleSubscription, ScheduleSubscription,
SystemAgents,
Todo, Todo,
TodoSource, TodoSource,
UserAgent,
) )
if TYPE_CHECKING: if TYPE_CHECKING: