DrishtiSharma commited on
Commit
1b149a7
·
verified ·
1 Parent(s): 51e0384

Update extra_tools.py

Browse files
Files changed (1) hide show
  1. extra_tools.py +1 -2
extra_tools.py CHANGED
@@ -32,6 +32,5 @@ def scrap_webpage(target_url):
32
 
33
  soup = BeautifulSoup(html_content, "html.parser")
34
  stripped_content = soup.get_text()
35
-
36
-
37
  return stripped_content
 
32
 
33
  soup = BeautifulSoup(html_content, "html.parser")
34
  stripped_content = soup.get_text()
35
+
 
36
  return stripped_content