This repository was archived by the owner on Mar 26, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -296,8 +296,8 @@ def _render_template(
296296 or
297297 # TODO: Remove the following conditions once support for async rest transport is GA:
298298 # See related issue: https://github.com/googleapis/gapic-generator-python/issues/2121.
299- ('async_client' in template_name and 'grpc' not in opts .transport or
300- not api_schema .all_library_settings [api_schema .naming .proto_package ].python_settings .experimental_features .rest_async_io_enabled )
299+ ('async_client' in template_name and ( 'grpc' not in opts .transport or
300+ not api_schema .all_library_settings [api_schema .naming .proto_package ].python_settings .experimental_features .rest_async_io_enabled ))
301301 or
302302 ('rest_asyncio' in template_name or
303303 not api_schema .all_library_settings [api_schema .naming .proto_package ].python_settings .experimental_features .rest_async_io_enabled )
You can’t perform that action at this time.
0 commit comments