Fix bad merge

pull/18182/head
Richard Belleville 6 years ago
parent 2286fcd63e
commit 8665767aa5
  1. 3
      src/python/grpcio/grpc/_server.py

@ -303,6 +303,9 @@ class _Context(grpc.ServicerContext):
with self._state.condition:
self._state.details = _common.encode(details)
def _finalize_state(self):
pass
class _RequestIterator(object):

Loading…
Cancel
Save