Skip to content

Commit 9327a26

Browse files
committed
add missing import
1 parent 0794bad commit 9327a26

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ from google.api_core import operations_v1
1717
{% endif %}
1818
from google.auth import credentials as ga_credentials # type: ignore
1919
from google.auth.transport.grpc import SslCredentials # type: ignore
20+
from google.protobuf.json_format import MessageToJson
2021

2122
import grpc # type: ignore
2223
from grpc.experimental import aio # type: ignore

0 commit comments

Comments
 (0)