Skip to content

Commit f6d1661

Browse files
committed
docs: Improve helper comment
1 parent f3c384f commit f6d1661

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,8 @@ def add_auth_token_getters(
309309

310310
new_getters = dict(self.__auth_service_token_getters, **auth_token_getters)
311311

312-
# find the updated auth requirements
312+
# find the updated required authn params, authz tokens and the auth
313+
# token getters used
313314
new_req_authn_params, new_req_authz_tokens, used_auth_token_getters = (
314315
identify_auth_requirements(
315316
self.__required_authn_params,

0 commit comments

Comments
 (0)