mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
fix: fix linting
This commit is contained in:
parent
32281de91f
commit
05125a9691
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ class HuggingFaceRerankConfig(BaseRerankConfig):
|
|||
elif k == "query" and v is not None:
|
||||
optional_rerank_params["query"] = v
|
||||
|
||||
return OptionalRerankParams(**optional_rerank_params)
|
||||
return OptionalRerankParams(**optional_rerank_params) # type: ignore
|
||||
|
||||
def validate_environment(
|
||||
self,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue