Skip to content

Commit 71e31b3

Browse files
committed
blacken and lint
1 parent 5476f02 commit 71e31b3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tests/unit/test_job_retry.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,11 @@ def test_query_and_wait_retries_job_for_DDL_queries(global_time_lock):
625625
id="default retry use case",
626626
),
627627
pytest.param(
628-
{"retry": google.cloud.bigquery.retry.DEFAULT_RETRY.with_timeout(timeout=10.0)},
628+
{
629+
"retry": google.cloud.bigquery.retry.DEFAULT_RETRY.with_timeout(
630+
timeout=10.0
631+
)
632+
},
629633
id="custom retry object use case",
630634
),
631635
],

0 commit comments

Comments
 (0)