From c8688ee85c0c615ab2c254190b8059fa8008699b Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Sat, 26 Apr 2025 19:17:20 -0700 Subject: [PATCH] fix linting _ENTERPRISE_ResponsesSessionHandler --- .../litellm_completion_transformation/transformation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litellm/responses/litellm_completion_transformation/transformation.py b/litellm/responses/litellm_completion_transformation/transformation.py index fb7635890a1..9c9923cf29f 100644 --- a/litellm/responses/litellm_completion_transformation/transformation.py +++ b/litellm/responses/litellm_completion_transformation/transformation.py @@ -14,7 +14,7 @@ try: ) except ImportError: enterprise = None - _ENTERPRISE_ResponsesSessionHandler = None + _ENTERPRISE_ResponsesSessionHandler = None # type: ignore from litellm.caching import InMemoryCache from litellm.litellm_core_utils.litellm_logging import Logging as LiteLLMLoggingObj