Skip to content

Commit 37bf3c6

Browse files
committed
Remove assert covered by typehints
1 parent 2b0f63c commit 37bf3c6

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/ert/dark_storage/endpoints/experiment_server.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ def _failed_realizations_messages(
8686
snapshots[event.iteration] = event.snapshot
8787
elif isinstance(event, SnapshotUpdateEvent) and event.snapshot:
8888
snapshot = snapshots[event.iteration]
89-
assert isinstance(snapshot, EnsembleSnapshot)
9089
snapshot.merge_snapshot(event.snapshot)
9190
messages = [
9291
OPT_FAILURE_REALIZATIONS

0 commit comments

Comments
 (0)