Fix pycodestyle

This commit is contained in:
Jan Tuomi
2018-01-28 21:19:19 +02:00
parent 6b21ea4af8
commit 661dc84973
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -41,4 +41,5 @@ class OhlhafvChallenge(models.Model):
"""Return model info."""
return _('Ohlhafv challenge: {} vs. {}').format(self.challenger, self.victim)
auditlog.register(OhlhafvChallenge)
+1
View File
@@ -6,6 +6,7 @@ from django.core.mail import send_mail
from datetime import timedelta
import logging
def month_from_now():
"""Return date one month from now."""
return timezone.now() + timedelta(days=30)