From 2a81cc567d25cb3aad8d5632d16f4776fa0d2c2e Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Wed, 15 Nov 2023 17:11:56 -0800 Subject: [PATCH] (chore) removing bloat --- litellm/__init__.py | 1 - 1 file changed, 1 deletion(-) 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,