From cff8a6a1bc10feb1aa8b6762aa9cd5ee54a50d08 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 16:00:02 +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 6a6afaa50b..7475ac134b 100644 --- a/studio/backend/tests/test_llama_cpp_reprompt_guard.py +++ b/studio/backend/tests/test_llama_cpp_reprompt_guard.py @@ -744,12 +744,7 @@ def test_open_fence_with_inner_numbered_list_still_reprompts(): "1. Install dependencies\n" "2. Run the app" ), - ( - "Let me draft a checklist.\n" - "````markdown\n" - "1. step one\n" - "2. step two" - ), + ("Let me draft a checklist.\n" "````markdown\n" "1. step one\n" "2. step two"), ] for content in samples: assert not _has_answer_artifact(content), content