refactor: syntax cleanup (#172)
This commit is contained in:
@@ -30,4 +30,3 @@ def clean_string(text):
|
|||||||
cleaned_text = re.sub(r'([^\w\s])\1*', r'\1', cleaned_text)
|
cleaned_text = re.sub(r'([^\w\s])\1*', r'\1', cleaned_text)
|
||||||
|
|
||||||
return cleaned_text
|
return cleaned_text
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user