This repository was archived by the owner on Feb 17, 2026. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
google/api_core/operations_v1 Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ class AbstractOperationsBaseClientMeta(type):
5151
5252 _transport_registry = OrderedDict () # type: Dict[str, Type[OperationsTransport]]
5353 _transport_registry ["rest" ] = OperationsRestTransport
54- if HAS_ASYNC_REST_DEPENDENCIES : # pragma : NO COVER
54+ if HAS_ASYNC_REST_DEPENDENCIES : # try : NO COVER
5555 _transport_registry ["rest_asyncio" ] = AsyncOperationsRestTransport
5656
5757 def get_transport_class (
Original file line number Diff line number Diff line change @@ -378,7 +378,7 @@ def test_operations_client_client_options(
378378 patched .return_value = None
379379 client = client_class (
380380 client_options = options , transport = transport_name
381- ) # pragma : NO COVER
381+ ) # try : NO COVER
382382 patched .assert_called_once_with (
383383 credentials = None ,
384384 credentials_file = None ,
@@ -388,7 +388,7 @@ def test_operations_client_client_options(
388388 quota_project_id = "octopus" ,
389389 client_info = transports .base .DEFAULT_CLIENT_INFO ,
390390 always_use_jwt_access = True ,
391- ) # pragma : NO COVER
391+ ) # try : NO COVER
392392
393393 # Check the case credentials_file is provided
394394 with warn_deprecated_credentials_file ():
You can’t perform that action at this time.
0 commit comments