mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2025-09-14 17:29:40 +00:00
Remove unused BlockYAML.output_parameter_key (#329)
This commit is contained in:
parent
7d3bb704ed
commit
482a8b8466
1 changed files with 0 additions and 1 deletions
|
@ -68,7 +68,6 @@ class OutputParameterYAML(ParameterYAML):
|
|||
class BlockYAML(BaseModel, abc.ABC):
|
||||
block_type: BlockType
|
||||
label: str
|
||||
output_parameter_key: str | None = None
|
||||
continue_on_failure: bool = False
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue