make master pep8-ready again
This commit is contained in:
@@ -194,7 +194,6 @@ class Post(models.Model):
|
||||
@property
|
||||
def author_member(self):
|
||||
return Member.all_members.filter(nickname=self.author.username).first()
|
||||
|
||||
|
||||
def save(self, *args, **kwargs):
|
||||
"save the post with some defaults"
|
||||
|
||||
Reference in New Issue
Block a user