Skip to content

Commit

Permalink
Remove ClientConnectionClosedOK
Browse files Browse the repository at this point in the history
  • Loading branch information
xjules committed Dec 18, 2024
1 parent 2f61b9a commit 92c3c66
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/_ert/forward_model_runner/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ class ClientConnectionError(Exception):
pass


class ClientConnectionClosedOK(Exception):
pass


CONNECT_MSG = "CONNECT"
DISCONNECT_MSG = "DISCONNECT"
ACK_MSG = b"ACK"
Expand Down

0 comments on commit 92c3c66

Please sign in to comment.