diff --git a/.circleci/requirements.txt b/.circleci/requirements.txt index dbdee8c1d..c4225a9aa 100644 --- a/.circleci/requirements.txt +++ b/.circleci/requirements.txt @@ -9,4 +9,3 @@ anthropic orjson pydantic==2.7.1 google-cloud-aiplatform==1.43.0 -redisvl==0.0.7 # semantic caching diff --git a/litellm/tests/test_completion.py b/litellm/tests/test_completion.py index 89b8da0dd..98e495f45 100644 --- a/litellm/tests/test_completion.py +++ b/litellm/tests/test_completion.py @@ -7,7 +7,7 @@ import os, io sys.path.insert( 0, os.path.abspath("../..") -) # Adds the parent-directory to the system path +) # Adds the parent directory to the system path import pytest import litellm from litellm import embedding, completion, completion_cost, Timeout