Skip to content

Commit 6359868

Browse files
committed
chore: Delint
1 parent 2135f4e commit 6359868

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/toolbox-core/src/toolbox_core/sync_tool.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ def bind_param(
145145
self,
146146
param_name: str,
147147
param_value: Union[Callable[[], Any], Any],
148-
) -> "ToolboxTool":
148+
) -> "ToolboxSyncTool":
149149
"""
150150
Binds a parameter to the value or callables that produce it.
151151

0 commit comments

Comments
 (0)