From 61637376358d0eb5f72553bdcdeef664874a3c50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=90=E8=97=A4=E5=84=AA=E4=B8=80?= Date: Mon, 11 Aug 2025 13:09:04 +0900 Subject: [PATCH] Fix Black formatting in mock_toolkit_fix.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove trailing whitespace in docstring 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- tests/unit/graph/mock_toolkit_fix.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/unit/graph/mock_toolkit_fix.py b/tests/unit/graph/mock_toolkit_fix.py index e18fc668..43ebfc82 100644 --- a/tests/unit/graph/mock_toolkit_fix.py +++ b/tests/unit/graph/mock_toolkit_fix.py @@ -62,10 +62,10 @@ def create_mock_toolkit_with_tools(): def patch_toolkit_in_test(mock_toolkit_class): """Configure the mock_toolkit patch to return a properly mocked instance. - + Args: mock_toolkit_class: The patched Toolkit class - + Returns: The mock toolkit instance that will be used """