mirror of
https://github.com/headroomlabs-ai/headroom.git
synced 2026-08-27 14:17:10 -04:00
style: match CI ruff formatting
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
parent
c8fc415707
commit
8310a495ba
1 changed files with 5 additions and 3 deletions
|
|
@ -423,9 +423,11 @@ class TestLiteLLMProvider:
|
|||
(),
|
||||
{
|
||||
"completion_cost": staticmethod(
|
||||
lambda **kwargs: 1.23
|
||||
if kwargs["model"] == "priced-model"
|
||||
else (_ for _ in ()).throw(RuntimeError("missing price"))
|
||||
lambda **kwargs: (
|
||||
1.23
|
||||
if kwargs["model"] == "priced-model"
|
||||
else (_ for _ in ()).throw(RuntimeError("missing price"))
|
||||
)
|
||||
)
|
||||
},
|
||||
)(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue