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