Skip to content

Commit 5cee81d

Browse files
committed
lint
1 parent 515bdc5 commit 5cee81d

File tree

1 file changed

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

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,9 @@ def identify_required_authn_params(
316316
return required_params
317317

318318

319-
def params_to_pydantic_model(tool_name: str, params: Sequence[ParameterSchema]) -> Type[BaseModel]:
319+
def params_to_pydantic_model(
320+
tool_name: str, params: Sequence[ParameterSchema]
321+
) -> Type[BaseModel]:
320322
"""Converts the given parameters to a Pydantic BaseModel class."""
321323
field_definitions = {}
322324
for field in params:

0 commit comments

Comments
 (0)