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

Commit 0ec8d14

Browse files
committed
fixed type
1 parent 22eb2e1 commit 0ec8d14

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def _track_terminal_error(
8181
"""
8282

8383
def wrapper(
84-
exc_list: list[Exception],
84+
exc_list: List[Exception],
8585
reason: RetryFailureReason,
8686
timeout_val: float | None,
8787
) -> tuple[Exception, Exception | None]:

0 commit comments

Comments
 (0)