Skip to content

Commit a9c33c9

Browse files
committed
lint
1 parent a047039 commit a9c33c9

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

packages/toolbox-core/tests/test_sync_client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,7 @@ def test_load_tool_raises_if_loop_or_thread_none(self):
349349
client.close() # Clean up manually created client
350350
# sync_client_environment will handle the final cleanup of original_class_loop/thread.
351351

352+
352353
class TestSyncAuth:
353354
@pytest.fixture
354355
def expected_header_token(self):

packages/toolbox-langchain/src/toolbox_langchain/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,4 +290,4 @@ def load_toolset(
290290
tools = []
291291
for core_sync_tool in core_sync_tools:
292292
tools.append(ToolboxTool(core_tool=core_sync_tool))
293-
return tools
293+
return tools

packages/toolbox-llamaindex/src/toolbox_llamaindex/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,4 +291,4 @@ def load_toolset(
291291
tools = []
292292
for core_sync_tool in core_sync_tools:
293293
tools.append(ToolboxTool(core_tool=core_sync_tool))
294-
return tools
294+
return tools

0 commit comments

Comments
 (0)