From 18e7b487bc5ade7da5f7304dc08f783796185f00 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci-lite[bot]" <117423508+pre-commit-ci-lite[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2025 19:58:43 +0000 Subject: [PATCH] [pre-commit.ci lite] apply automatic fixes --- tests/test_paperqa.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/test_paperqa.py b/tests/test_paperqa.py index b09b23313..ac73e8750 100644 --- a/tests/test_paperqa.py +++ b/tests/test_paperqa.py @@ -427,9 +427,7 @@ def test_llm_parse_json_newlines() -> None: @pytest.mark.asyncio async def test_chain_completion() -> None: - s = Settings( - llm="babbage-002", temperature=0.2 - ) + s = Settings(llm="babbage-002", temperature=0.2) outputs = [] def accum(x) -> None: