Skip to content

Commit d89dc40

Browse files
committed
chore: Delint
1 parent e6396b6 commit d89dc40

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
@@ -696,7 +696,6 @@ async def test_bind_param_async_callable_value_success(self, tool_name, client):
696696
assert res_payload == {"argA": passed_value_a, "argB": bound_value_result}
697697
bound_async_callable.assert_awaited_once()
698698

699-
700699
@pytest.mark.asyncio
701700
async def test_bind_param_success(self, tool_name, client):
702701
"""Tests 'bind_param' with a bound parameter specified."""

0 commit comments

Comments
 (0)