mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
fix mypy
This commit is contained in:
parent
ac2f17a514
commit
4548d9fbe9
1 changed files with 1 additions and 1 deletions
|
|
@ -1896,7 +1896,7 @@ def batch_cost_calculator(
|
|||
usage: Usage,
|
||||
model: str,
|
||||
custom_llm_provider: Optional[str] = None,
|
||||
model_info: Optional[dict] = None,
|
||||
model_info: Optional[ModelInfo] = None,
|
||||
) -> Tuple[float, float]:
|
||||
"""
|
||||
Calculate the cost of a batch job.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue