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 0ec8d14 commit fa25c2bCopy full SHA for fa25c2b
google/cloud/bigtable/data/_metrics/tracked_retry.py
@@ -19,6 +19,7 @@
19
methods to update the associated ActiveOperationMetric when exceptions
20
are encountered through the retryable rpc.
21
"""
22
+from __future__ import annotations
23
24
from typing import Callable, List, Optional, Tuple, TypeVar
25
0 commit comments