We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe94da6 commit 6c2f462Copy full SHA for 6c2f462
1 file changed
core/google/cloud/exceptions.py
@@ -301,3 +301,5 @@ def _catch_remap_gax_error():
301
StatusCode.UNAVAILABLE: ServiceUnavailable,
302
StatusCode.DATA_LOSS: InternalServerError,
303
}
304
+else: # pragma: NO COVER (GAX/gRPC always present for testing)
305
+ pass
0 commit comments