mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-12 23:01:41 +00:00
fix: mypy error
This commit is contained in:
parent
790c80070f
commit
cc3b068f22
1 changed files with 1 additions and 4 deletions
|
|
@ -130,10 +130,7 @@ class FocusLogger(CustomLogger):
|
|||
|
||||
async def initialize_focus_export_job(self) -> None:
|
||||
"""Entry point for scheduler jobs to run export cycle with locking."""
|
||||
try:
|
||||
from litellm.proxy.proxy_server import proxy_logging_obj
|
||||
except ImportError:
|
||||
proxy_logging_obj = None
|
||||
from litellm.proxy.proxy_server import proxy_logging_obj
|
||||
|
||||
pod_lock_manager = None
|
||||
if proxy_logging_obj is not None:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue