mirror of
https://github.com/placeAtlas/atlas.git
synced 2024-11-16 15:01:44 +01:00
Nope, don't do that!
This commit is contained in:
parent
4c5711d97d
commit
f942dea58d
1 changed files with 0 additions and 1 deletions
|
@ -77,7 +77,6 @@ def remove_extras(entry: dict):
|
|||
entry[key] = re.sub(r'(\s+)$', r'', entry[key])
|
||||
# Double characters
|
||||
entry[key] = re.sub(r' {2,}', r' ', entry[key])
|
||||
entry[key] = re.sub(r'\n{2,}', r'\n', entry[key])
|
||||
entry[key] = re.sub(r'r\/{2,}', r'r\/', entry[key])
|
||||
entry[key] = re.sub(r',{2,}', r',', entry[key])
|
||||
# Psuedo-empty strings
|
||||
|
|
Loading…
Reference in a new issue