Skip to content

Commit 9cb5d1f

Browse files
google-genai-botcopybara-github
authored andcommitted
feat: test
PiperOrigin-RevId: 789450854
1 parent a54c702 commit 9cb5d1f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/google/adk/tools/bigquery/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def get_bigquery_client(
2929
*, project: Optional[str], credentials: Credentials
3030
) -> bigquery.Client:
3131
"""Get a BigQuery client."""
32-
32+
# Test
3333
client_info = google.api_core.client_info.ClientInfo(user_agent=USER_AGENT)
3434

3535
bigquery_client = bigquery.Client(

0 commit comments

Comments
 (0)