From aba4824de2baf5d6413e9b2a5b4741813e762ada Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sun, 24 May 2026 20:59:37 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- studio/backend/tests/test_llama_cpp_reprompt_guard.py | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/studio/backend/tests/test_llama_cpp_reprompt_guard.py b/studio/backend/tests/test_llama_cpp_reprompt_guard.py index 6c0bf75539..8f9dd04ff1 100644 --- a/studio/backend/tests/test_llama_cpp_reprompt_guard.py +++ b/studio/backend/tests/test_llama_cpp_reprompt_guard.py @@ -924,12 +924,7 @@ def test_reprompts_on_incomplete_html_with_inner_numbered_list(): "1. Section one.\n" "2. Section two.\n" ), - ( - "Let me design a chart.\n" - "\n" - "1. circle.\n" - "2. rect." - ), + ("Let me design a chart.\n" "\n" "1. circle.\n" "2. rect."), ] for content in samples: assert not _has_answer_artifact(content), content