From ed853e138f4a818771dee39711eedbbb0ef6d2b7 Mon Sep 17 00:00:00 2001 From: Sameer Kankute Date: Thu, 16 Apr 2026 19:37:48 +0530 Subject: [PATCH] Fix code qa --- tests/test_litellm/test_secret_redaction.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_litellm/test_secret_redaction.py b/tests/test_litellm/test_secret_redaction.py index 5c9b3b37df..dbc339676e 100644 --- a/tests/test_litellm/test_secret_redaction.py +++ b/tests/test_litellm/test_secret_redaction.py @@ -7,6 +7,7 @@ import pytest from litellm._logging import ( JsonFormatter, + _redact_string, _secret_filter, verbose_logger, verbose_proxy_logger,