Skip to content

Commit

Permalink
Typing
Browse files Browse the repository at this point in the history
  • Loading branch information
oyvindeide authored and sondreso committed Jan 25, 2024
1 parent c16df48 commit a620ea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ert/ensemble_evaluator/evaluator.py
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ def _signal_cancel(self) -> None:
logger.debug("Stopping current ensemble")
self._loop.call_soon_threadsafe(self._stop)

def join(self) -> List[int]:
def join(self) -> None:
self._ws_thread.join()
logger.debug("Evaluator is done")

Expand Down

0 comments on commit a620ea3

Please sign in to comment.