From 50e7c4084a19eec05154eb583601eef448799691 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Fri, 22 Nov 2024 22:18:51 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot=20post-p?= =?UTF-8?q?rocessor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- google/cloud/bigtable/data/_async/client.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/google/cloud/bigtable/data/_async/client.py b/google/cloud/bigtable/data/_async/client.py index 4ed83564a..9e50ce337 100644 --- a/google/cloud/bigtable/data/_async/client.py +++ b/google/cloud/bigtable/data/_async/client.py @@ -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