Skip to content

Commit b300fb4

Browse files
tswastLinchin
andauthored
Update samples/client_query_job_optional.py
Co-authored-by: Lingqing Gan <[email protected]>
1 parent 5a0a69d commit b300fb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)