Skip to content

Commit 4f1bf52

Browse files
committed
lint
1 parent f4e751c commit 4f1bf52

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nylas/models/messages.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,8 @@ class CleanMessagesRequest(TypedDict):
209209
ignore_links: If true, removes link-related tags (<a>) from the email message while keeping the text.
210210
ignore_images: If true, removes images from the email message.
211211
images_as_markdown: If true, converts images in the email message to Markdown.
212-
ignore_tables: If true, removes table-related tags (<table>, <th>, <td>, <tr>) from the email message while keeping rows.
212+
ignore_tables: If true, removes table-related tags (<table>, <th>, <td>, <tr>) from the email message while
213+
keeping rows.
213214
remove_conclusion_phrases: If true, removes phrases such as "Best" and "Regards" in the email message signature.
214215
"""
215216

0 commit comments

Comments
 (0)