mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-08 22:21:35 +00:00
fix linting _ENTERPRISE_ResponsesSessionHandler
This commit is contained in:
parent
15ab172cf5
commit
c8688ee85c
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue