Skip to content

Commit be1f568

Browse files
committed
minor update to docstring
1 parent 4d369a2 commit be1f568

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/microgenerator/bigqueryclient_generator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def _extract_classes(tree):
3434
for node in ast.walk(tree):
3535
if isinstance(node, ast.ClassDef) and node.name.endswith(
3636
*CLASSES_TO_INCLUDE
37-
): # TODO: currently this is one class. Refactor if necessary
37+
): # TODO: currently this is variable includes only one class. Refactor if necessary
3838
classes.append(node)
3939
return classes
4040

0 commit comments

Comments
 (0)