mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-14 23:21:35 +00:00
Remove Unnecessary Control-Flow Comment
This commit is contained in:
parent
5217ffea34
commit
147e2452b6
1 changed files with 0 additions and 1 deletions
|
|
@ -98,7 +98,6 @@ class PromptCachingDeploymentCheck(CustomLogger):
|
|||
request_kwargs.get("system") if request_kwargs is not None else None,
|
||||
)
|
||||
|
||||
# A cache miss must leave all healthy deployments eligible.
|
||||
model_id_dict: Final = await prompt_cache.async_get_model_id(
|
||||
messages=affinity_messages,
|
||||
tools=(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue