diff --git a/litellm/__init__.py b/litellm/__init__.py index a879e1e6388..5f3b1156c92 100644 --- a/litellm/__init__.py +++ b/litellm/__init__.py @@ -7,7 +7,7 @@ warnings.filterwarnings("ignore", message=".*conflict with protected namespace.* warnings.filterwarnings( "ignore", message=".*Accessing the.*attribute on the instance is deprecated.*" ) -### INIT VARIABLES ###################### +### INIT VARIABLES ####################### import threading import os from typing import (