Skip to content

Commit 1085f1c

Browse files
committed
refactor: remove unused ServiceWaitingForManualIntervention exception class
1 parent 3f3c8d8 commit 1085f1c

File tree

1 file changed

+0
-4
lines changed
  • services/web/server/src/simcore_service_webserver/director_v2

1 file changed

+0
-4
lines changed

services/web/server/src/simcore_service_webserver/director_v2/exceptions.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,3 @@ def __init__(self, *, status: int, reason: str, **ctx: Any) -> None:
1818

1919
class ComputationNotFoundError(DirectorServiceError):
2020
msg_template = "Computation '{project_id}' not found"
21-
22-
23-
class ServiceWaitingForManualIntervention(DirectorServiceError):
24-
msg_template = "Service '{service_uuid}' is waiting for user manual intervention"

0 commit comments

Comments
 (0)