Skip to content

Commit 240c496

Browse files
committed
adds minor mod (.) for testing purposes
1 parent fc10cd4 commit 240c496

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/microgenerator/generate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def visit_FunctionDef(self, node: ast.FunctionDef) -> None:
6767
}
6868
self._current_class_info["methods"].append(method_info)
6969

70-
# Visit nodes inside the method to find instance attributes
70+
# Visit nodes inside the method to find instance attributes.
7171
self._is_in_method = True
7272
self.generic_visit(node)
7373
self._is_in_method = False

0 commit comments

Comments
 (0)