style(cost): wrap an overlong docstring line in ocr_cost

The Returns line of the ocr_cost docstring ran to 126 columns, past the repo's
120-column limit. Wrapped it; no behavior change.
This commit is contained in:
mateo-berri 2026-09-02 16:23:52 -07:00
parent 24299c3c5e
commit 4f99996b8e

View file

@ -1901,7 +1901,8 @@ def ocr_cost(
response: Optional[Any] - response object
Returns:
Tuple[float, float]: (prompt cost, completion cost) when priced per token, otherwise the page cost in the first element
Tuple[float, float]: (prompt cost, completion cost) when priced per token,
otherwise the page cost in the first element
"""
from litellm.llms.base_llm.ocr.transformation import OCRResponse