Skip to content

Commit bf02dd6

Browse files
committed
format fix
1 parent a25f64e commit bf02dd6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

google/cloud/bigquery/client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4145,7 +4145,6 @@ def _list_rows_from_query_results(
41454145
query: Optional[str] = None,
41464146
total_bytes_processed: Optional[int] = None,
41474147
slot_millis: Optional[int] = None,
4148-
41494148
) -> RowIterator:
41504149
"""List the rows of a completed query.
41514150
See

google/cloud/bigquery/table.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1899,7 +1899,7 @@ def query(self) -> Optional[str]:
18991899
def total_bytes_processed(self) -> Optional[int]:
19001900
"""total bytes processed from job statistics, if present."""
19011901
return self._total_bytes_processed
1902-
1902+
19031903
@property
19041904
def slot_millis(self) -> Optional[int]:
19051905
"""Number of slot ms the user is actually billed for."""

0 commit comments

Comments
 (0)