Skip to content

Commit 1f010b0

Browse files
committed
docs: Improve helper comment
1 parent 6d49fde commit 1f010b0

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
@@ -311,7 +311,9 @@ def add_auth_token_getters(
311311
new_getters = MappingProxyType(
312312
dict(self.__auth_service_token_getters, **auth_token_getters)
313313
)
314-
# find the updated required authn params and the auth token getters used
314+
315+
# find the updated required authn params, authz tokens and the auth
316+
# token getters used
315317
new_req_authn_params, new_req_authz_tokens, used_auth_token_getters = (
316318
identify_required_authn_params(
317319
self.__required_authn_params,

0 commit comments

Comments
 (0)