Skip to content

Commit beab901

Browse files
committed
added return type annotation
1 parent 3520277 commit beab901

File tree

1 file changed

+1
-1
lines changed
  • packages/toolbox-core/src/toolbox_core

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def _schema_to_docstring(
102102
tool_description: str,
103103
params: Sequence[Parameter],
104104
params_metadata: Mapping[str, tuple[str, str]],
105-
):
105+
) -> str:
106106
docstring = tool_description
107107
if not params:
108108
return docstring

0 commit comments

Comments
 (0)