Skip to content

Commit 2187cea

Browse files
committed
lint
1 parent 1dffce2 commit 2187cea

File tree

1 file changed

+2
-0
lines changed
  • packages/toolbox-core/src/toolbox_core

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,7 @@ def bind_parameters(
266266
bound_params=types.MappingProxyType(all_bound_params),
267267
)
268268

269+
269270
def create_docstring(description: str, params: Sequence[ParameterSchema]) -> str:
270271
"""Convert tool description and params into its function docstring"""
271272
docstring = description
@@ -278,6 +279,7 @@ def create_docstring(description: str, params: Sequence[ParameterSchema]) -> str
278279
)
279280
return docstring
280281

282+
281283
def identify_required_authn_params(
282284
req_authn_params: Mapping[str, list[str]], auth_service_names: Iterable[str]
283285
) -> dict[str, list[str]]:

0 commit comments

Comments
 (0)