Skip to content

Commit a75e832

Browse files
fix import
1 parent 29ab6c2 commit a75e832

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/service-library/src/servicelib/logging_errors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from typing import Any, TypedDict
44

55
from models_library.error_codes import ErrorCodeStr
6-
from models_library.errors_classes import OsparcErrorMixin
6+
from common_library.errors_classes import OsparcErrorMixin
77

88
from .logging_utils import LogExtra, get_log_record_extra
99

packages/service-library/tests/test_logging_errors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
import pytest
66
from models_library.error_codes import create_error_code
7-
from models_library.errors_classes import OsparcErrorMixin
7+
from common_library.errors_classes import OsparcErrorMixin
88
from servicelib.logging_errors import (
99
create_troubleshotting_log_kwargs,
1010
create_troubleshotting_log_message,

0 commit comments

Comments
 (0)