PEP8 cleanups.

This commit is contained in:
Roberto Rosario
2015-08-25 19:17:55 -04:00
parent 4432cb5c2e
commit 7a45164251
7 changed files with 38 additions and 23 deletions

View File

@@ -71,10 +71,3 @@ class Comment(models.Model):
ordering = ('-submit_date',)
verbose_name = _('Comment')
verbose_name_plural = _('Comments')