Skip to content

Commit 276948c

Browse files
committed
removed comments
Signed-off-by: Maia Iyer <maia.raj.iyer@gmail.com>
1 parent 9cdd94e commit 276948c

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

a2a/git_issue_agent/a2a_agent.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -158,13 +158,6 @@ async def execute(self, context: RequestContext, event_queue: EventQueue):
158158
Returns:
159159
None
160160
"""
161-
###
162-
# commenting this out for now since we have external github MCP.
163-
# in the future we need to figure out the token exchange story for this scenario
164-
#
165-
#if settings.JWKS_URI:
166-
# user_token = context.call_context.user._user.access_token
167-
#else:
168161
if settings.JWKS_URI:
169162
user_token = context.call_context.user._user.access_token
170163
else:

0 commit comments

Comments
 (0)