From ac22ff2d326a68f1de28a8aae07540cab8eae194 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 07:39:43 +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_context_compaction_edge.py | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/studio/backend/tests/test_context_compaction_edge.py b/studio/backend/tests/test_context_compaction_edge.py index 65f6b5c330..e2046b8efb 100644 --- a/studio/backend/tests/test_context_compaction_edge.py +++ b/studio/backend/tests/test_context_compaction_edge.py @@ -579,7 +579,11 @@ def test_paired_window_resumes_after_new_assistant_with_tool_call(): "role": "assistant", "content": "", "tool_calls": [ - {"id": "A", "type": "function", "function": {"name": "f", "arguments": "{}"}} + { + "id": "A", + "type": "function", + "function": {"name": "f", "arguments": "{}"}, + } ], }, {"role": "user", "content": "wait, do this instead"}, @@ -587,7 +591,11 @@ def test_paired_window_resumes_after_new_assistant_with_tool_call(): "role": "assistant", "content": "", "tool_calls": [ - {"id": "B", "type": "function", "function": {"name": "g", "arguments": "{}"}} + { + "id": "B", + "type": "function", + "function": {"name": "g", "arguments": "{}"}, + } ], }, {