don't change noeol in files to make the PR cleaner
This commit is contained in:
parent
2298f3536f
commit
f6cc00ea1f
3 changed files with 3 additions and 3 deletions
|
@ -636,4 +636,4 @@ class User(Base):
|
|||
def filter_words(self):
|
||||
l = [i.strip() for i in self.custom_filter_list.split('\n')] if self.custom_filter_list else []
|
||||
l = [i for i in l if i]
|
||||
return l
|
||||
return l
|
Loading…
Add table
Add a link
Reference in a new issue