From 4af67aacb64a2fbc249a9ffe55c0cc687d1bccf4 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Mon, 8 Sep 2025 17:12:14 -0700 Subject: [PATCH] ruff fix --- litellm/caching/caching_handler.py | 1 - 1 file changed, 1 deletion(-) diff --git a/litellm/caching/caching_handler.py b/litellm/caching/caching_handler.py index beeb15aa62..9526c4a2f3 100644 --- a/litellm/caching/caching_handler.py +++ b/litellm/caching/caching_handler.py @@ -17,7 +17,6 @@ In each method it will call the appropriate method from caching.py import asyncio import datetime import inspect -import threading from typing import ( TYPE_CHECKING, Any,