We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22eb2e1 commit 0ec8d14Copy full SHA for 0ec8d14
google/cloud/bigtable/data/_metrics/tracked_retry.py
@@ -81,7 +81,7 @@ def _track_terminal_error(
81
"""
82
83
def wrapper(
84
- exc_list: list[Exception],
+ exc_list: List[Exception],
85
reason: RetryFailureReason,
86
timeout_val: float | None,
87
) -> tuple[Exception, Exception | None]:
0 commit comments