Skip to content

Commit 4281ef5

Browse files
committed
docstring
1 parent 3220439 commit 4281ef5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google/cloud/bigquery/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4063,7 +4063,7 @@ def list_rows(
40634063
retry: retries.Retry = DEFAULT_RETRY,
40644064
timeout: TimeoutType = DEFAULT_TIMEOUT,
40654065
*,
4066-
timestamp_precision: Union[enums.TimestampPrecision, int, None] = None,
4066+
timestamp_precision: Optional[enums.TimestampPrecision] = None,
40674067
) -> RowIterator:
40684068
"""List the rows of the table.
40694069

0 commit comments

Comments
 (0)