Skip to content

Commit 77c63b5

Browse files
committed
chore: Improve comments
1 parent 7865428 commit 77c63b5

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • packages/toolbox-adk/src/toolbox_adk

packages/toolbox-adk/src/toolbox_adk/tool.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@
4646
def _patched_update_credential_with_tokens(auth_credential, tokens):
4747
_orig_update_cred(auth_credential, tokens)
4848
if tokens and "id_token" in tokens and auth_credential and auth_credential.oauth2:
49-
# Pydantic's `extra="allow"` config preserves this dynamically set attribute
5049
setattr(auth_credential.oauth2, "id_token", tokens["id_token"])
5150

5251
oauth2_credential_util.update_credential_with_tokens = _patched_update_credential_with_tokens

0 commit comments

Comments
 (0)