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

Commit 05c1be6

Browse files
committed
linting
1 parent 7ee7537 commit 05c1be6

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tests/unit/v2_client/test_row_data.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,9 @@ def test_partial_rows_data_cancel():
532532
def test_partial_rows_data_deadline_exceeded():
533533
from google.api_core import exceptions
534534

535-
generator = _make_generator(ROWS, error=exceptions.DeadlineExceeded("Operation timed out."))
535+
generator = _make_generator(
536+
ROWS, error=exceptions.DeadlineExceeded("Operation timed out.")
537+
)
536538

537539
partial_rows_data = _make_partial_rows_data(generator)
538540
with pytest.raises(exceptions.RetryError):

0 commit comments

Comments
 (0)