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
|
@ -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))
|
|
@ -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
|
|
@ -231,4 +231,4 @@
|
|||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue