Omkar008 commited on
Commit
e46f466
1 Parent(s): 24101b8

Update get_gmail_data.py

Browse files
Files changed (1) hide show
  1. get_gmail_data.py +1 -1
get_gmail_data.py CHANGED
@@ -220,7 +220,7 @@ class GmailDataExtractor:
220
  return None
221
 
222
 
223
- def extract_text(self,html_content:str) -> tuple:
224
  """
225
  Extracts text and links from HTML content.
226
 
 
220
  return None
221
 
222
 
223
+ def extract_text(self,html_content:str):
224
  """
225
  Extracts text and links from HTML content.
226