mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-31 19:45:15 +02:00
refactor(automation): drop Block suffix from definition components
This commit is contained in:
parent
7f4c1c25ab
commit
56b3e1bfc4
6 changed files with 25 additions and 25 deletions
|
|
@ -5,9 +5,9 @@ from __future__ import annotations
|
|||
from .actions import AgentTaskActionParams
|
||||
from .definition import (
|
||||
AutomationDefinition,
|
||||
ExecutionBlock,
|
||||
InputsBlock,
|
||||
MetadataBlock,
|
||||
Execution,
|
||||
Inputs,
|
||||
Metadata,
|
||||
PlanStep,
|
||||
TriggerSpec,
|
||||
)
|
||||
|
|
@ -16,10 +16,10 @@ from .triggers import ManualTriggerParams, ScheduleTriggerParams
|
|||
__all__ = [
|
||||
"AgentTaskActionParams",
|
||||
"AutomationDefinition",
|
||||
"ExecutionBlock",
|
||||
"InputsBlock",
|
||||
"Execution",
|
||||
"Inputs",
|
||||
"ManualTriggerParams",
|
||||
"MetadataBlock",
|
||||
"Metadata",
|
||||
"PlanStep",
|
||||
"ScheduleTriggerParams",
|
||||
"TriggerSpec",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue