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

Commit 0443936

Browse files
committed
fix: fix formatting
1 parent 9b5eb6d commit 0443936

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • gapic/ads-templates/%namespace/%name/%version/%sub/services/%service

gapic/ads-templates/%namespace/%name/%version/%sub/services/%service/client.py.j2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ from typing import Callable, Dict, Optional, {% if service.any_server_streaming
1010
import pkg_resources
1111

1212
from google.api_core import client_options as client_options_lib # type: ignore
13-
from google.api_core import exceptions as core_exceptions # type: ignore
13+
from google.api_core import exceptions as core_exceptions # type: ignore
1414
from google.api_core import gapic_v1 # type: ignore
1515
from google.api_core import retry as retries # type: ignore
16-
from google.auth import credentials as ga_credentials # type: ignore
16+
from google.auth import credentials as ga_credentials # type: ignore
1717
from google.auth.transport import mtls # type: ignore
1818
from google.auth.transport.grpc import SslCredentials # type: ignore
1919
from google.auth.exceptions import MutualTLSChannelError # type: ignore

0 commit comments

Comments
 (0)