From bff26f6c014f2095d4a6447217aab61b44bb2582 Mon Sep 17 00:00:00 2001 From: harish-berri Date: Wed, 29 Apr 2026 01:39:27 +0000 Subject: [PATCH] fix unused imports --- litellm/proxy/auth/auth_checks.py | 1 - 1 file changed, 1 deletion(-) diff --git a/litellm/proxy/auth/auth_checks.py b/litellm/proxy/auth/auth_checks.py index 8bd8eb794e0..333684eae56 100644 --- a/litellm/proxy/auth/auth_checks.py +++ b/litellm/proxy/auth/auth_checks.py @@ -19,7 +19,6 @@ from pydantic import BaseModel import litellm from litellm._logging import verbose_proxy_logger -from litellm.caching.caching import DualCache from litellm.caching.dual_cache import LimitedSizeOrderedDict from litellm.constants import ( CLI_JWT_EXPIRATION_HOURS,