Skip to content

Commit

Permalink
Unreachable line (#1152)
Browse files Browse the repository at this point in the history
  • Loading branch information
saeid93 authored May 17, 2023
1 parent 2fcf2dd commit a23e412
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mlserver/parallel/dispatcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,6 @@ async def _wait_response(self, internal_id: str) -> ModelResponseMessage:
finally:
del self._async_responses[internal_id]

return await async_response

async def stop(self):
self._executor.shutdown()
if self._process_responses_task is not None:
Expand Down

0 comments on commit a23e412

Please sign in to comment.