fix: Add missing SubtaskListResponse import in automation routes
Check Cross-Plugin Imports / check (push) Has been cancelled
Check Cross-Plugin Imports / check (push) Has been cancelled
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user