Pearx commited on
Commit
3d24421
1 Parent(s): cea8bca

Update helper.py

Browse files
Files changed (1) hide show
  1. helper.py +1 -1
helper.py CHANGED
@@ -141,4 +141,4 @@ def url_correction(text: str) -> str:
141
  links = re.findall(pattern, text)
142
  for link in links:
143
  text = text.replace(link, " " + link + " ")
144
- return text
 
141
  links = re.findall(pattern, text)
142
  for link in links:
143
  text = text.replace(link, " " + link + " ")
144
+ return text