Skip to content

Commit 0429929

Browse files
committed
remove cycle
1 parent dedb8f1 commit 0429929

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/service-library/tests/test_logging_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212
import pytest
1313
from faker import Faker
14+
from servicelib.logging_base import get_log_record_extra
1415
from servicelib.logging_utils import (
1516
_DEFAULT_FORMATTING,
1617
CustomFormatter,
@@ -618,7 +619,6 @@ def _create_test_log_record(
618619
span_id: str | None = None,
619620
) -> logging.LogRecord:
620621
"""Create a test LogRecord with optional extra fields."""
621-
from servicelib.logging_utils import get_log_record_extra
622622

623623
record = logging.LogRecord(
624624
name=name,

0 commit comments

Comments
 (0)