From ff79da5f558992cf2bedfcb2bd3f3305f227ebaa Mon Sep 17 00:00:00 2001 From: Massimiliano Pippi Date: Tue, 18 Jun 2024 15:16:31 +0200 Subject: [PATCH] chore: remove unused import (#7886) --- haystack/logging.py | 1 - 1 file changed, 1 deletion(-) 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