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"]