fixed pep8

This commit is contained in:
Oskar Hahn 2013-02-06 09:34:44 +01:00
parent 27c73092e1
commit 5573077b88

View File

@ -527,7 +527,6 @@ class MotionSupporter(models.Model):
person = PersonField() person = PersonField()
"""The person, who is the supporter.""" """The person, who is the supporter."""
def __unicode__(self): def __unicode__(self):
"""Return the name of the supporter as string.""" """Return the name of the supporter as string."""
return unicode(self.person) return unicode(self.person)