For loop block updates (#176)

This commit is contained in:
Kerem Yilmaz 2024-04-10 13:47:25 -07:00 committed by GitHub
parent 39d7d91938
commit 8c12e2bc20
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 35 additions and 15 deletions

View file

@ -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):