diff --git a/litellm/__init__.py b/litellm/__init__.py index 6a1fce60c6b..fc4121adf6f 100644 --- a/litellm/__init__.py +++ b/litellm/__init__.py @@ -2,7 +2,7 @@ import warnings warnings.filterwarnings("ignore", message=".*conflict with protected namespace.*") -### INIT VARIABLES #### +### INIT VARIABLES ##### import threading import os from typing import Callable, List, Optional, Dict, Union, Any, Literal, get_args