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 29ab6c2 commit a75e832Copy full SHA for a75e832
packages/service-library/src/servicelib/logging_errors.py
@@ -3,7 +3,7 @@
3
from typing import Any, TypedDict
4
5
from models_library.error_codes import ErrorCodeStr
6
-from models_library.errors_classes import OsparcErrorMixin
+from common_library.errors_classes import OsparcErrorMixin
7
8
from .logging_utils import LogExtra, get_log_record_extra
9
packages/service-library/tests/test_logging_errors.py
@@ -4,7 +4,7 @@
import pytest
from models_library.error_codes import create_error_code
from servicelib.logging_errors import (
create_troubleshotting_log_kwargs,
10
create_troubleshotting_log_message,
0 commit comments