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

Commit 913db97

Browse files
committed
lint
1 parent 4950c10 commit 913db97

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

samples/snippets/label_job.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,7 @@ def label_job() -> None:
3232
job = client.query(sql, location=location, job_config=config)
3333
job_id = job.job_id
3434

35-
3635
job = client.get_job(job_id) # API request
3736

3837
print(f"Added {job.labels} to {job_id}.")
3938
# [END bigquery_label_job]
40-

samples/snippets/label_job_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ def test_label_job(
2525
capsys: "pytest.CaptureFixture[str]",
2626
) -> None:
2727

28-
2928
label_job.label_job()
3029

3130
out, _ = capsys.readouterr()

0 commit comments

Comments
 (0)