Thanks, PEP

This commit is contained in:
Oliver Walters 2019-05-26 00:42:40 +10:00
parent e5bb6284db
commit 41eb195940

View File

@ -774,7 +774,7 @@ class Part(models.Model):
@property
def attachment_count(self):
""" Count the number of attachments for this part.
If the part is a variant of a template part,
If the part is a variant of a template part,
include the number of attachments for the template part.
"""