diff --git a/haystack/logging.py b/haystack/logging.py index 74a0fd496..a5b8ef84d 100644 --- a/haystack/logging.py +++ b/haystack/logging.py @@ -298,7 +298,6 @@ def configure_logging(use_json: Optional[bool] = None) -> None: try: import structlog - import structlog.contextvars from structlog.processors import ExceptionRenderer from structlog.tracebacks import ExceptionDictTransformer