Skip to content

Commit e9d7a31

Browse files
committed
chore: add type hint
1 parent 5fe541f commit e9d7a31

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
@@ -91,7 +91,7 @@ def __copy(
9191
params: Optional[list[Parameter]] = None,
9292
required_authn_params: Optional[Mapping[str, list[str]]] = None,
9393
auth_service_token_getters: Optional[Mapping[str, Callable[[], str]]] = None,
94-
):
94+
) -> "ToolboxTool":
9595
"""
9696
Creates a copy of the ToolboxTool, overriding specific fields.
9797

0 commit comments

Comments
 (0)