From 204123f1cd522bef4e1900c4266c60f6b5ca2d1f Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Wed, 14 Feb 2024 21:57:08 -0800 Subject: [PATCH] refactor(main.py): trigger rebuild --- litellm/main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/litellm/main.py b/litellm/main.py index 93ea3c644..53567ee7e 100644 --- a/litellm/main.py +++ b/litellm/main.py @@ -10,7 +10,6 @@ import os, openai, sys, json, inspect, uuid, datetime, threading from typing import Any, Literal, Union from functools import partial - import dotenv, traceback, random, asyncio, time, contextvars from copy import deepcopy import httpx