Skip to content

Commit cf8329e

Browse files
committed
chore: Delint
1 parent 1a590cd commit cf8329e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/toolbox-core/tests/test_client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,6 @@ async def test_bind_params_async_callable_value_success(self, tool_name, client)
565565
assert res_payload == {"argA": passed_value_a, "argB": bound_value_result}
566566
bound_async_callable.assert_awaited_once()
567567

568-
569568
@pytest.mark.asyncio
570569
async def test_bind_param_success(self, tool_name, client):
571570
"""Tests 'bind_param' with a bound parameter specified."""

0 commit comments

Comments
 (0)