Skip to content

Commit 65564c0

Browse files
committed
chore: Delint
1 parent ce7068c commit 65564c0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/toolbox-core/tests/test_e2e.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,6 @@ async def test_run_tool_with_optional_data_null(self, toolbox: ToolboxClient):
292292
assert "row5" not in response
293293
assert "row6" not in response
294294

295-
296295
async def test_run_tool_with_optional_id_provided(self, toolbox: ToolboxClient):
297296
"""Invoke a tool providing both required and optional parameters."""
298297
tool = await toolbox.load_tool("search-rows")

0 commit comments

Comments
 (0)