Skip to content

Commit d6fe742

Browse files
Update packages/google-cloud-bigtable/google/cloud/bigtable/data/_sync_autogen/client.py
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 291e2f4 commit d6fe742

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/google-cloud-bigtable/google/cloud/bigtable/data/_sync_autogen

packages/google-cloud-bigtable/google/cloud/bigtable/data/_sync_autogen/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1191,7 +1191,7 @@ def execute_rpc():
11911191
results = self.client._gapic_client.sample_row_keys(
11921192
request=SampleRowKeysRequest(
11931193
app_profile_id=self.app_profile_id,
1194-
row_range=row_range._to_pb() if row_range else None,
1194+
row_range=row_range._to_pb() if row_range is not None else None,
11951195
**self._request_path,
11961196
),
11971197
timeout=next(attempt_timeout_gen),

0 commit comments

Comments
 (0)