Skip to content

Commit abd8e37

Browse files
committed
chore: Delint
1 parent 6ffe15a commit abd8e37

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
@@ -174,7 +174,7 @@ def bind_param(
174174
self,
175175
param_name: str,
176176
param_value: Union[Callable[[], Any], Any],
177-
) -> "ToolboxTool":
177+
) -> "ToolboxSyncTool":
178178
"""
179179
Binds a parameter to the value or callables that produce it.
180180

0 commit comments

Comments
 (0)