Skip to content

Commit cc7ccad

Browse files
committed
lint
1 parent 4d562bd commit cc7ccad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,4 +203,4 @@ async def load_toolset(
203203
self.__parse_tool(n, s, auth_token_getters, bound_params)
204204
for n, s in manifest.tools.items()
205205
]
206-
return tools
206+
return tools

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,4 +292,4 @@ def identify_required_authn_params(
292292
required = not any(s in services for s in auth_service_names)
293293
if required:
294294
required_params[param] = services
295-
return required_params
295+
return required_params

0 commit comments

Comments
 (0)