Skip to content

Commit 5742771

Browse files
authored
Update scripts/microgenerator/generate.py
1 parent 6af739d commit 5742771

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/microgenerator/generate.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,6 @@ def _add_attribute(self, attr_name: str, attr_type: str | None = None):
211211
{"name": attr_name, "type": attr_type}
212212
)
213213

214-
215214
def visit_Assign(self, node: ast.Assign) -> None:
216215
"""Handles attribute assignments: `x = ...` and `self.x = ...`."""
217216
if self._current_class_info:

0 commit comments

Comments
 (0)