From e8f387200a7b6563cdadc58a90e4e125cb4fe422 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Mon, 17 Feb 2025 21:37:52 -0800 Subject: [PATCH] ci/cd run again --- litellm/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/__init__.py b/litellm/__init__.py index 91457f9b04..7fa2795416 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