Skip to content
This repository was archived by the owner on Mar 6, 2026. It is now read-only.

Commit b300fb4

Browse files
tswastLinchin
andauthored
Update samples/client_query_job_optional.py
Co-authored-by: Lingqing Gan <lingqing.gan@gmail.com>
1 parent 5a0a69d commit b300fb4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

samples/client_query_job_optional.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def client_query_job_optional() -> None:
4747
print("Query was run with job state. Job ID: {}".format(rows.job_id))
4848
else:
4949
print(
50-
"Query was run without creating a job.. Query ID: {}".format(rows.query_id)
50+
"Query was run without creating a job. Query ID: {}".format(rows.query_id)
5151
)
5252

5353
print("The query data:")

0 commit comments

Comments
 (0)