From c6e2e15bf2b18e7200cad251ec2dbd8e17a44aa3 Mon Sep 17 00:00:00 2001 From: Chris Gerber Date: Thu, 7 Nov 2024 09:14:06 -0800 Subject: [PATCH] Update cdp-agentkit-core/cdp_agentkit_core/actions/social/twitter/account_details.py Co-authored-by: John Peterson <98187317+John-peterson-coinbase@users.noreply.github.com> --- .../cdp_agentkit_core/actions/social/twitter/account_details.py | 1 - 1 file changed, 1 deletion(-) diff --git a/cdp-agentkit-core/cdp_agentkit_core/actions/social/twitter/account_details.py b/cdp-agentkit-core/cdp_agentkit_core/actions/social/twitter/account_details.py index 9b36d514a..997f34273 100644 --- a/cdp-agentkit-core/cdp_agentkit_core/actions/social/twitter/account_details.py +++ b/cdp-agentkit-core/cdp_agentkit_core/actions/social/twitter/account_details.py @@ -20,7 +20,6 @@ def account_details(client: tweepy.Client) -> str: try: response = client.get_me() user = response.data - # user_id, user_name, username = itemgetter('id', 'name', 'username') message = f"""Successfully retrieved authenticated user account details. Please present the following as json and not markdown: id: {user.id}