don't change noeol in files to make the PR cleaner

This commit is contained in:
64617 2022-05-09 11:03:52 +08:00
parent 2298f3536f
commit f6cc00ea1f
3 changed files with 3 additions and 3 deletions

View file

@ -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