fixed pep8
This commit is contained in:
parent
27c73092e1
commit
5573077b88
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user