From 59133e8fe67d29a86979e2fa20670c8fc913a3d0 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Tue, 7 Jan 2025 10:01:29 -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 539632c4ef..ca45b74526 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