Skip to content

Commit 7ad3426

Browse files
committed
migration
1 parent 6b231e0 commit 7ad3426

File tree

1 file changed

+1
-6
lines changed
  • services/autoscaling/src/simcore_service_autoscaling/core

1 file changed

+1
-6
lines changed

services/autoscaling/src/simcore_service_autoscaling/core/errors.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
1-
from typing import Any
2-
3-
from models_library.errors_classes import OsparcErrorMixin
1+
from common_library.errors_classes import OsparcErrorMixin
42

53

64
class AutoscalingRuntimeError(OsparcErrorMixin, RuntimeError):
7-
def __init__(self, **ctx: Any) -> None:
8-
super().__init__(**ctx)
9-
105
msg_template: str = "Autoscaling unexpected error"
116

127

0 commit comments

Comments
 (0)