mirror of
https://github.com/Skyvern-AI/skyvern.git
synced 2025-09-15 01:39:41 +00:00
For loop block updates (#176)
This commit is contained in:
parent
39d7d91938
commit
8c12e2bc20
4 changed files with 35 additions and 15 deletions
|
@ -95,7 +95,7 @@ class ForLoopBlockYAML(BlockYAML):
|
|||
block_type: Literal[BlockType.FOR_LOOP] = BlockType.FOR_LOOP # type: ignore
|
||||
|
||||
loop_over_parameter_key: str
|
||||
loop_block: "BLOCK_YAML_SUBCLASSES"
|
||||
loop_blocks: list["BLOCK_YAML_SUBCLASSES"]
|
||||
|
||||
|
||||
class CodeBlockYAML(BlockYAML):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue