From 89c660c4d60ba236ca56fc758819f5072563cccb Mon Sep 17 00:00:00 2001 From: Daniel Sanche Date: Tue, 5 Nov 2024 16:57:55 -0800 Subject: [PATCH] fixed lint --- tests/system/data/test_execute_query_async.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/system/data/test_execute_query_async.py b/tests/system/data/test_execute_query_async.py index 99dd60b29..489dfeab6 100644 --- a/tests/system/data/test_execute_query_async.py +++ b/tests/system/data/test_execute_query_async.py @@ -23,7 +23,6 @@ ) from google.api_core import exceptions as core_exceptions from google.cloud.bigtable.data import BigtableDataClientAsync -import google.cloud.bigtable.data._async.client TABLE_NAME = "TABLE_NAME" INSTANCE_NAME = "INSTANCE_NAME"