PEP-8 fixes for mail threading merge

This commit is contained in:
Garret Wassermann
2018-12-28 11:32:49 -05:00
parent 5f0d22a692
commit 43ed3ac773
5 changed files with 153 additions and 167 deletions

View File

@@ -113,9 +113,9 @@ class Queue(models.Model):
blank=True,
default=False,
help_text=_('When an email arrives to either create a ticket or to '
'interact with an existing discussion. Should email notifications be sent ? '
'Note: the new_ticket_cc and updated_ticket_cc work independently of this feature'),
)
'interact with an existing discussion. Should email notifications be sent ? '
'Note: the new_ticket_cc and updated_ticket_cc work independently of this feature'),
)
email_box_type = models.CharField(
_('E-Mail Box Type'),
@@ -767,7 +767,7 @@ class FollowUp(models.Model):
null=True,
help_text=_("The Message ID of the submitter's email."),
editable=False,
)
)
objects = FollowUpManager()