Skip to content

Commit 29ab6c2

Browse files
fix import
1 parent 9979a3f commit 29ab6c2

File tree

1 file changed

+2
-5
lines changed
  • services/web/server/src/simcore_service_webserver

1 file changed

+2
-5
lines changed
Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
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 WebServerBaseError(OsparcErrorMixin, Exception):
7-
def __init__(self, **ctx: Any) -> None:
8-
super().__init__(**ctx)
5+
"""WebServer base error."""

0 commit comments

Comments
 (0)