Remove line for PEP8

This commit is contained in:
Garret Wassermann 2017-04-03 02:29:28 -04:00
parent f43ef69ec1
commit 0fb9094d01

View File

@ -146,7 +146,6 @@ class GetEmailParametricTemplate(object):
self.assertEqual(ticket2.title, test_email_subject)
self.assertEqual(ticket2.description, test_email_body)
def test_read_html_multipart_email(self):
"""Tests reading multipart MIME (HTML body and plain text alternative)
emails from a queue and creating tickets.