mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-01-19 04:19:54 +01:00
Remove line for PEP8
This commit is contained in:
parent
f43ef69ec1
commit
0fb9094d01
@ -146,7 +146,6 @@ class GetEmailParametricTemplate(object):
|
|||||||
self.assertEqual(ticket2.title, test_email_subject)
|
self.assertEqual(ticket2.title, test_email_subject)
|
||||||
self.assertEqual(ticket2.description, test_email_body)
|
self.assertEqual(ticket2.description, test_email_body)
|
||||||
|
|
||||||
|
|
||||||
def test_read_html_multipart_email(self):
|
def test_read_html_multipart_email(self):
|
||||||
"""Tests reading multipart MIME (HTML body and plain text alternative)
|
"""Tests reading multipart MIME (HTML body and plain text alternative)
|
||||||
emails from a queue and creating tickets.
|
emails from a queue and creating tickets.
|
||||||
|
Loading…
Reference in New Issue
Block a user