Revert "refactor loopblock value" (#1380)

This commit is contained in:
Shuchang Zheng 2024-12-12 10:06:06 -08:00 committed by GitHub
parent 0a6a2d8d33
commit f5691d5742
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 26 additions and 87 deletions

View file

@ -142,7 +142,6 @@ class ForLoopBlockYAML(BlockYAML):
loop_over_parameter_key: str
loop_blocks: list["BLOCK_YAML_SUBCLASSES"]
loop_variable_reference: str | None = None
class CodeBlockYAML(BlockYAML):