There was an error while loading. Please reload this page.
1 parent fbdc354 commit 65a472bCopy full SHA for 65a472b
1 file changed
google/cloud/bigtable/table.py
@@ -61,7 +61,7 @@
61
RETRYABLE_CODES: Set[int] = set()
62
63
for retryable in RETRYABLE_MUTATION_ERRORS:
64
- if retryable.grpc_status_code is not None:
+ if retryable.grpc_status_code is not None: # pragma: NO COVER
65
RETRYABLE_CODES.add(retryable.grpc_status_code.value[0])
66
67
0 commit comments