From ac1e8d36e45386e9fc5fe04a4fbdbd2b748f4019 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Fri, 5 Apr 2024 16:32:00 -0700 Subject: [PATCH] fix remove extra line - __init__ --- litellm/__init__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/litellm/__init__.py b/litellm/__init__.py index 23d83fdbfa9..fb513c1337a 100644 --- a/litellm/__init__.py +++ b/litellm/__init__.py @@ -7,7 +7,6 @@ from litellm.proxy._types import KeyManagementSystem, KeyManagementSettings import httpx import dotenv - dotenv.load_dotenv() ############################################# if set_verbose == True: