Skip to content

Commit ebac306

Browse files
committed
fix(generator): import from google.api_core.universe instead of client_utils
1 parent 6ae7468 commit ebac306

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/gapic-generator/gapic/templates/%namespace/%name_%version/%sub

packages/gapic-generator/gapic/templates/%namespace/%name_%version/%sub/_compat.py.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ from typing import Optional, Callable, Tuple, Union
55
from google.auth.exceptions import MutualTLSChannelError
66

77
try:
8-
from google.api_core.gapic_v1.client_utils import (
8+
from google.api_core.universe import (
99
get_default_mtls_endpoint,
1010
get_api_endpoint,
1111
get_universe_domain,

0 commit comments

Comments
 (0)