Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.

Commit a90dad5

Browse files
committed
fix typo
1 parent aa669b2 commit a90dad5

File tree

1 file changed

+1
-1
lines changed
  • gapic/templates/%namespace/%name_%version/%sub/services/%service

1 file changed

+1
-1
lines changed

gapic/templates/%namespace/%name_%version/%sub/services/%service/client.py.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -663,7 +663,7 @@ class {{ service.client_name }}(metaclass={{ service.client_name }}Meta):
663663
)
664664

665665
if "async" not in str(self._transport):
666-
{# Add ` # pragma: NO COVER` to keep `# type: ignore` on the same line #}
666+
{# Add `# fmt: skip` to keep `# pragma: NO COVER` on the same line #}
667667
if CLIENT_LOGGING_SUPPORTED and _LOGGER.isEnabledFor(std_logging.DEBUG): # pragma: NO COVER # fmt: skip
668668
_LOGGER.debug(
669669
"Created client `{{ service.meta.address.proto_package_versioned }}.{{ service.client_name }}`.",

0 commit comments

Comments
 (0)