Skip to content

Commit

Permalink
fixed lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-sanche committed Dec 15, 2023
1 parent bb79479 commit 2244c2c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion google/cloud/bigtable/data/_async/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
)
from google.cloud.bigtable_v2.types.bigtable import PingAndWarmRequest
from google.cloud.client import ClientWithProject
from google.api_core.exceptions import GoogleAPICallError
from google.cloud.environment_vars import BIGTABLE_EMULATOR # type: ignore
from google.api_core import retry as retries
from google.api_core.exceptions import DeadlineExceeded
Expand Down
4 changes: 3 additions & 1 deletion google/cloud/bigtable/data/_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,9 @@ def _attempt_timeout_generator(


def _retry_exception_factory(
exc_list: list[Exception], reason: RetryFailureReason, timeout_val: float | None,
exc_list: list[Exception],
reason: RetryFailureReason,
timeout_val: float | None,
) -> tuple[Exception, Exception | None]:
"""
Build retry error based on exceptions encountered during operation
Expand Down

0 comments on commit 2244c2c

Please sign in to comment.