We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b231e0 commit 7ad3426Copy full SHA for 7ad3426
services/autoscaling/src/simcore_service_autoscaling/core/errors.py
@@ -1,12 +1,7 @@
1
-from typing import Any
2
-
3
-from models_library.errors_classes import OsparcErrorMixin
+from common_library.errors_classes import OsparcErrorMixin
4
5
6
class AutoscalingRuntimeError(OsparcErrorMixin, RuntimeError):
7
- def __init__(self, **ctx: Any) -> None:
8
- super().__init__(**ctx)
9
10
msg_template: str = "Autoscaling unexpected error"
11
12
0 commit comments