We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6297314 commit e96a22fCopy full SHA for e96a22f
packages/toolbox-core/src/toolbox_core/client.py
@@ -79,9 +79,9 @@ def __parse_tool(
79
else: # regular parameter
80
params.append(p)
81
82
- authn_params = identify_required_authn_params(
+ authn_params, _ = identify_required_authn_params(
83
authn_params, auth_token_getters.keys()
84
- )[0]
+ )
85
86
tool = ToolboxTool(
87
session=self.__session,
0 commit comments