Skip to content

Commit c7c7c7b

Browse files
committed
chore: Delint
1 parent c0fcda8 commit c7c7c7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/toolbox-llamaindex/tests/test_tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,4 +373,4 @@ def test_toolbox_tool_add_auth_token_deprecated(
373373
mock_core_sync_auth_tool.add_auth_token_getters.assert_called_once_with(
374374
{"test-auth-source": get_id_token}
375375
)
376-
assert isinstance(new_tool, ToolboxTool)
376+
assert isinstance(new_tool, ToolboxTool)

0 commit comments

Comments
 (0)