Skip to content

Commit 2a9e2b7

Browse files
committed
add imports
1 parent 387e155 commit 2a9e2b7

File tree

1 file changed

+3
-0
lines changed
  • gapic/templates/%namespace/%name_%version/%sub/services/%service/transports

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ from google.longrunning import operations_pb2 # type: ignore
4444
{% endfilter %}
4545
from .base import {{ service.name }}Transport, DEFAULT_CLIENT_INFO
4646

47+
import proto
48+
import google.protobuf.message
49+
4750
try:
4851
from google.api_core import client_logging # type: ignore
4952
CLIENT_LOGGING_SUPPORTED = True # pragma: NO COVER

0 commit comments

Comments
 (0)