mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 18:24:20 +00:00
fix PodLockManager
This commit is contained in:
parent
1ba73f491a
commit
0edd4aa8a7
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
import uuid
|
||||
from datetime import datetime, timedelta, timezone
|
||||
from typing import TYPE_CHECKING, Any, Optional
|
||||
from typing import TYPE_CHECKING, Any
|
||||
|
||||
from litellm._logging import verbose_proxy_logger
|
||||
from litellm.constants import DEFAULT_CRON_JOB_LOCK_TTL_SECONDS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue