diff --git a/bigquery/google/cloud/bigquery/table.py b/bigquery/google/cloud/bigquery/table.py index c4b9a4c664c7..35f950e7d94a 100644 --- a/bigquery/google/cloud/bigquery/table.py +++ b/bigquery/google/cloud/bigquery/table.py @@ -821,8 +821,6 @@ def from_api_repr(cls, resource): Args: resource (Dict[str, object]): Table resource representation from the API - dataset (google.cloud.bigquery.dataset.Dataset): - The dataset containing the table. Returns: google.cloud.bigquery.table.Table: Table parsed from ``resource``.