Skip to content

Commit 70e9091

Browse files
Update packages/bigframes/scripts/bigquery_generator/yaml_parser.py
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent f1fea76 commit 70e9091

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/bigframes/scripts/bigquery_generator/yaml_parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
import yaml
2323

2424

25-
def _to_snake_case(name):
25+
def _to_snake_case(name: str) -> str:
2626
# Replace dots with underscores
2727
name = name.replace(".", "_")
2828
# Handle CamelCase to snake_case

0 commit comments

Comments
 (0)