Skip to content

Commit 0edd4aa

Browse files
committed
fix PodLockManager
1 parent 1ba73f4 commit 0edd4aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

litellm/proxy/db/pod_leader_manager.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import uuid
22
from datetime import datetime, timedelta, timezone
3-
from typing import TYPE_CHECKING, Any, Optional
3+
from typing import TYPE_CHECKING, Any
44

55
from litellm._logging import verbose_proxy_logger
66
from litellm.constants import DEFAULT_CRON_JOB_LOCK_TTL_SECONDS

0 commit comments

Comments
 (0)