Skip to content

Commit 291e2f4

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1447,7 +1447,7 @@ async def execute_rpc():
14471447
results = await self.client._gapic_client.sample_row_keys(
14481448
request=SampleRowKeysRequest(
14491449
app_profile_id=self.app_profile_id,
1450-
row_range=row_range._to_pb() if row_range else None,
1450+
row_range=row_range._to_pb() if row_range is not None else None,
14511451
**self._request_path
14521452
),
14531453
timeout=next(attempt_timeout_gen),

0 commit comments

Comments
 (0)