diff --git a/litellm/__init__.py b/litellm/__init__.py index 747db753f2..f2c3e779d8 100644 --- a/litellm/__init__.py +++ b/litellm/__init__.py @@ -333,7 +333,6 @@ cohere_embedding_models: List = [ bedrock_embedding_models: List = ["amazon.titan-embed-text-v1"] from .timeout import timeout -from .testing import * from .utils import ( client, exception_type,