Skip to content

Commit

Permalink
Rem ensemble._client unused
Browse files Browse the repository at this point in the history
  • Loading branch information
xjules committed Dec 16, 2024
1 parent 4392292 commit 97d1c2d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ert/ensemble_evaluator/_ensemble.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@ def __post_init__(self) -> None:
self._config: EvaluatorServerConfig | None = None
self.snapshot: EnsembleSnapshot = self._create_snapshot()
self.status = self.snapshot.status
self._client: Client | None = None
if self.snapshot.status:
self._status_tracker = _EnsembleStateTracker(self.snapshot.status)
else:
Expand Down

0 comments on commit 97d1c2d

Please sign in to comment.