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

@ -485,4 +485,4 @@ class Submission(Base):
return False
@lazy
def active_flags(self, v): return len(self.flags(v))
def active_flags(self, v): return len(self.flags(v))

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

View file

@ -231,4 +231,4 @@
</body>
</html>
</html>