Skip to content

Commit 0ec8d14

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)