Skip to content

Commit

Permalink
Mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
xjules committed Sep 2, 2024
1 parent cc73146 commit c3fba34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ert/simulator/batch_simulator_context.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ def __post_init__(self) -> None:

self._loop.run_until_complete(self.run_forward_model())

async def run_forward_model(self):
async def run_forward_model(self) -> None:
self._sim_task = self._loop.create_task(
_submit_and_run_jobqueue(self.ert_config, self._scheduler, self.run_args)
)
Expand Down

0 comments on commit c3fba34

Please sign in to comment.