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)