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:
parent
69501af220
commit
6163737635
|
|
@ -62,10 +62,10 @@ def create_mock_toolkit_with_tools():
|
||||||
|
|
||||||
def patch_toolkit_in_test(mock_toolkit_class):
|
def patch_toolkit_in_test(mock_toolkit_class):
|
||||||
"""Configure the mock_toolkit patch to return a properly mocked instance.
|
"""Configure the mock_toolkit patch to return a properly mocked instance.
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
mock_toolkit_class: The patched Toolkit class
|
mock_toolkit_class: The patched Toolkit class
|
||||||
|
|
||||||
Returns:
|
Returns:
|
||||||
The mock toolkit instance that will be used
|
The mock toolkit instance that will be used
|
||||||
"""
|
"""
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue