Skip to content

Commit 3c9b4e6

Browse files
authored
chore: fix indentation (#66)
* chore: fix indentation * lint
1 parent d1287a8 commit 3c9b4e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/toolbox_langchain/async_tools.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -378,8 +378,8 @@ def bind_param(
378378
parameter.
379379
380380
Args:
381-
param_name: The name of the bound parameter. param_value: The value
382-
of the bound parameter, or a callable that
381+
param_name: The name of the bound parameter.
382+
param_value: The value of the bound parameter, or a callable that
383383
returns the value.
384384
strict: If True, a ValueError is raised if any of the provided bound
385385
params is not defined in the tool's schema, or requires

0 commit comments

Comments
 (0)