Skip to content

Commit 5d97a2c

Browse files
committed
lint
1 parent 45bcdca commit 5d97a2c

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,7 @@ def identify_required_authn_params(
315315
required_params[param] = services
316316
return required_params
317317

318+
318319
def to_pydantic_model(params: Sequence[ParameterSchema]) -> Type[BaseModel]:
319320
"""Converts the given parameters to a Pydantic BaseModel class."""
320321
field_definitions = {}

0 commit comments

Comments
 (0)