make master pep8-ready again

This commit is contained in:
2020-09-03 09:02:14 +00:00
parent cb5e50502c
commit 05aa3ddf5d
3 changed files with 11 additions and 9 deletions

View File

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