Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit ab30b02

Browse files
committed
fixed lint
1 parent 14d252b commit ab30b02

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

google/cloud/bigtable/data/_async/_read_rows.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@
3737
from google.cloud.bigtable.data._cross_sync import CrossSync
3838

3939
if TYPE_CHECKING:
40-
from google.cloud.bigtable.data._metrics import ActiveAttemptMetric
4140
from google.cloud.bigtable.data._metrics import ActiveOperationMetric
4241

4342
if CrossSync.is_async:
@@ -349,7 +348,6 @@ async def merge_rows(
349348
else:
350349
operation_metric.end_with_success()
351350

352-
353351
@staticmethod
354352
def _revise_request_rowset(
355353
row_set: RowSetPB,

google/cloud/bigtable/data/_metrics/data_model.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -396,6 +396,7 @@ def _handle_error(message: str) -> None:
396396
"""
397397
full_message = f"Error in Bigtable Metrics: {message}"
398398
LOGGER.warning(full_message)
399+
raise RuntimeError(full_message)
399400

400401
def __enter__(self):
401402
"""

0 commit comments

Comments
 (0)