From fa8c123f0dc95bbfa74615d62eef748cc211f7cf Mon Sep 17 00:00:00 2001 From: Ishaan Jaffer Date: Fri, 17 Oct 2025 18:07:04 -0700 Subject: [PATCH] test fix --- tests/logging_callback_tests/test_sqs_logger.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/logging_callback_tests/test_sqs_logger.py b/tests/logging_callback_tests/test_sqs_logger.py index 511d2d2227..3f9be7c3b3 100644 --- a/tests/logging_callback_tests/test_sqs_logger.py +++ b/tests/logging_callback_tests/test_sqs_logger.py @@ -11,7 +11,7 @@ import pytest from litellm.integrations.sqs import SQSLogger from litellm.types.utils import StandardLoggingPayload -from litellm.integrations.sqs import AppCrypto +from litellm.litellm_core_utils.app_crypto import AppCrypto @pytest.mark.asyncio