From d03455a72cc4d8a889e8ebcd54dc5a5b6ad00b33 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Thu, 21 Nov 2024 13:11:06 -0800 Subject: [PATCH] fix import --- tests/local_testing/test_alangfuse.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/local_testing/test_alangfuse.py b/tests/local_testing/test_alangfuse.py index 2d32037c1..ec0cb335e 100644 --- a/tests/local_testing/test_alangfuse.py +++ b/tests/local_testing/test_alangfuse.py @@ -12,7 +12,7 @@ sys.path.insert(0, os.path.abspath("../..")) import litellm from litellm import completion -from litellm.cache import InMemoryCache +from litellm.caching import InMemoryCache litellm.num_retries = 3 litellm.success_callback = ["langfuse"]