Omkar008 commited on
Commit
d791119
1 Parent(s): 4cf980a

Update get_gmail_data.py

Browse files
Files changed (1) hide show
  1. get_gmail_data.py +1 -1
get_gmail_data.py CHANGED
@@ -197,7 +197,7 @@ class GmailDataExtractor:
197
  return None
198
 
199
 
200
- def extract_text(html_content: str) -> tuple:
201
  """
202
  Extracts text and links from HTML content.
203
 
 
197
  return None
198
 
199
 
200
+ def extract_text(self,html_content:str) -> tuple:
201
  """
202
  Extracts text and links from HTML content.
203