Skip to content

Commit

Permalink
🦉 Updates from OwlBot post-processor
Browse files Browse the repository at this point in the history
  • Loading branch information
gcf-owl-bot[bot] committed Nov 22, 2024
1 parent 7e6dda4 commit 50e7c40
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions google/cloud/bigtable/data/_async/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -718,9 +718,7 @@ def __init__(
self.table_name = self.client._gapic_client.table_path(
self.client.project, instance_id, table_id
)
self.app_profile_id = (
app_profile_id if app_profile_id is not None else ""
)
self.app_profile_id = app_profile_id if app_profile_id is not None else ""

self.default_operation_timeout = default_operation_timeout
self.default_attempt_timeout = default_attempt_timeout
Expand Down

0 comments on commit 50e7c40

Please sign in to comment.