fix: Add missing SubtaskListResponse import in automation routes
Check Cross-Plugin Imports / check (push) Has been cancelled

This commit is contained in:
Agent Zero
2026-08-04 17:05:02 +02:00
parent 9fd17e7a00
commit 2bacadabc2
@@ -33,6 +33,10 @@ from app.plugins.builtins.automation.schemas import (
AutomationVersionResponse,
MiniAppCreate,
MiniAppResponse,
SubtaskCreate,
SubtaskListResponse,
SubtaskRead,
SubtaskUpdate,
)
from app.plugins.builtins.automation.services import (
AutomationService,