diff --git a/litellm/main.py b/litellm/main.py index 7667c9079..ab10356ab 100644 --- a/litellm/main.py +++ b/litellm/main.py @@ -61,7 +61,6 @@ from litellm.utils import ( ModelResponse, EmbeddingResponse, read_config_args, - RateLimitManager, Choices, Message )