Skip to content

Commit 913d990

Browse files
committed
docs: Improve helper comment
1 parent 180eddc commit 913d990

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
@@ -283,7 +283,9 @@ def add_auth_token_getters(
283283
new_getters = types.MappingProxyType(
284284
dict(self.__auth_service_token_getters, **auth_token_getters)
285285
)
286-
# find the updated required authn params and the auth token getters used
286+
287+
# find the updated required authn params, authz tokens and the auth
288+
# token getters used
287289
new_req_authn_params, new_req_authz_tokens, used_auth_token_getters = (
288290
identify_required_authn_params(
289291
self.__required_authn_params,

0 commit comments

Comments
 (0)