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

Commit 3bc05aa

Browse files
committed
Update linting
1 parent 5b6c001 commit 3bc05aa

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

tests/unit/test_client.py

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4774,7 +4774,11 @@ def test_query_w_explicit_project(self):
47744774
conn = client._connection = make_connection(resource)
47754775

47764776
client.query(
4777-
query, job_id=job_id, project="other-project", location=self.LOCATION, job_retry=None
4777+
query,
4778+
job_id=job_id,
4779+
project="other-project",
4780+
location=self.LOCATION,
4781+
job_retry=None,
47784782
)
47794783

47804784
# Check that query actually starts the job.
@@ -4833,7 +4837,11 @@ def test_query_w_explicit_job_config(self):
48334837
original_config_copy = copy.deepcopy(job_config)
48344838

48354839
client.query(
4836-
query, job_id=job_id, location=self.LOCATION, job_config=job_config, job_retry=None
4840+
query,
4841+
job_id=job_id,
4842+
location=self.LOCATION,
4843+
job_config=job_config,
4844+
job_retry=None,
48374845
)
48384846

48394847
# Check that query actually starts the job.

0 commit comments

Comments
 (0)