fix linting _ENTERPRISE_ResponsesSessionHandler

This commit is contained in:
Ishaan Jaff 2025-04-26 19:17:20 -07:00
parent 15ab172cf5
commit c8688ee85c

View file

@ -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