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,
|
AutomationVersionResponse,
|
||||||
MiniAppCreate,
|
MiniAppCreate,
|
||||||
MiniAppResponse,
|
MiniAppResponse,
|
||||||
|
SubtaskCreate,
|
||||||
|
SubtaskListResponse,
|
||||||
|
SubtaskRead,
|
||||||
|
SubtaskUpdate,
|
||||||
)
|
)
|
||||||
from app.plugins.builtins.automation.services import (
|
from app.plugins.builtins.automation.services import (
|
||||||
AutomationService,
|
AutomationService,
|
||||||
|
|||||||
Reference in New Issue
Block a user