mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-01 11:02:37 +00:00
community[patch]: fix formatting (#24443)
Somehow this got through CI: https://github.com/langchain-ai/langchain/pull/24363
This commit is contained in:
@@ -118,10 +118,10 @@ class GmailSearch(GmailBaseTool):
|
||||
"body": body,
|
||||
"subject": subject,
|
||||
"sender": sender,
|
||||
"from": email_msg['From'],
|
||||
"date": email_msg['Date'],
|
||||
"to": email_msg['To'],
|
||||
"cc": email_msg['Cc'],
|
||||
"from": email_msg["From"],
|
||||
"date": email_msg["Date"],
|
||||
"to": email_msg["To"],
|
||||
"cc": email_msg["Cc"],
|
||||
}
|
||||
)
|
||||
return results
|
||||
|
Reference in New Issue
Block a user