Skip to content

Commit 738dceb

Browse files
committed
revert: discard formatting-only changes in legacy table module
Restores packages/google-cloud-bigtable/google/cloud/bigtable/table.py and packages/google-cloud-bigtable/tests/unit/v2_client/test_table.py back to their original main branch states to eliminate redundant diffs from the PR. TAG=agy CONV=6cea44b5-6adb-45c6-b8c8-58b37f95584c
1 parent 3cd73e8 commit 738dceb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/google-cloud-bigtable/google/cloud/bigtable/table.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -757,7 +757,8 @@ def sample_row_keys(self):
757757
the properties ``offset_bytes`` and ``row_key``. They occur in sorted
758758
order. The table might have contents before the first row key in the
759759
list and after the last one, but a key containing the empty string
760-
indicates "end of table" and will be the last response given, if present.
760+
indicates "end of table" and will be the last response given, if
761+
present.
761762
762763
.. note::
763764

packages/google-cloud-bigtable/tests/unit/v2_client/test_table.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1175,7 +1175,6 @@ def test_table_sample_row_keys():
11751175
assert result[0] == response_iterator
11761176

11771177

1178-
11791178
def test_table_truncate():
11801179
credentials = _make_credentials()
11811180
client = _make_client(project="project-id", credentials=credentials, admin=True)

0 commit comments

Comments
 (0)