diff --git a/litellm/main.py b/litellm/main.py index f2b1a1fc0..cfd285630 100644 --- a/litellm/main.py +++ b/litellm/main.py @@ -8,7 +8,6 @@ # Thank you ! We ❤️ you! - Krrish & Ishaan import os, openai, sys, json, inspect, uuid, datetime, threading -from re import T from typing import Any from functools import partial import dotenv, traceback, random, asyncio, time, contextvars