Skip to content
Snippets Groups Projects
Commit 84350e16 authored by Nathaniel Manista's avatar Nathaniel Manista
Browse files

Drop unnecessary return statement

parent 2686bdbb
No related branches found
No related tags found
No related merge requests found
...@@ -462,7 +462,6 @@ def _unary_response_in_pool( ...@@ -462,7 +462,6 @@ def _unary_response_in_pool(
rpc_event, state, response, response_serializer) rpc_event, state, response, response_serializer)
if serialized_response is not None: if serialized_response is not None:
_status(rpc_event, state, serialized_response) _status(rpc_event, state, serialized_response)
return
def _stream_response_in_pool( def _stream_response_in_pool(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment