Skip to content

Commit

Permalink
Update cdp-agentkit-core/cdp_agentkit_core/actions/social/twitter/acc…
Browse files Browse the repository at this point in the history
…ount_details.py

Co-authored-by: John Peterson <98187317+John-peterson-coinbase@users.noreply.github.com>
  • Loading branch information
stat and John-peterson-coinbase authored Nov 7, 2024
1 parent 11665be commit c6e2e15
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit c6e2e15

Please sign in to comment.