Fix Black formatting in mock_toolkit_fix.py

Remove trailing whitespace in docstring

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
佐藤優一 2025-08-11 13:09:04 +09:00
parent 69501af220
commit 6163737635
1 changed files with 2 additions and 2 deletions

View File

@ -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
"""