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 9979a3f commit 29ab6c2Copy full SHA for 29ab6c2
services/web/server/src/simcore_service_webserver/errors.py
@@ -1,8 +1,5 @@
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 WebServerBaseError(OsparcErrorMixin, Exception):
7
- def __init__(self, **ctx: Any) -> None:
8
- super().__init__(**ctx)
+ """WebServer base error."""
0 commit comments