PEP-8 fixes for get_email

This commit is contained in:
Garret Wassermann 2019-05-25 01:04:05 -04:00
parent ce018d2ce5
commit ae26216435

View File

@ -556,7 +556,6 @@ def ticket_from_message(message, queue, logger):
sender=queue.from_address,
fail_silently=True,
)
return t