pull/20837/head
Richard Belleville 5 years ago
parent 2838ff184d
commit be214c9c50
  1. 3
      src/python/grpcio_tests/tests/protoc_plugin/_python_plugin_test.py

@ -150,7 +150,8 @@ def _CreateService():
return servicer_methods.StreamingOutputCall(request, context)
def StreamingInputCall(self, request_iterator, context):
return servicer_methods.StreamingInputCall(request_iterator, context)
return servicer_methods.StreamingInputCall(request_iterator,
context)
def FullDuplexCall(self, request_iterator, context):
return servicer_methods.FullDuplexCall(request_iterator, context)

Loading…
Cancel
Save