Fix format failure

This commit is contained in:
Christopher Broderick 2023-03-25 13:28:13 +00:00
parent 8cb3d43311
commit 6c968626b6

View File

@ -12,8 +12,7 @@ import helpdesk.email
from helpdesk.email import extract_part_data, object_from_message from helpdesk.email import extract_part_data, object_from_message
from helpdesk.exceptions import DeleteIgnoredTicketException, IgnoreTicketException from helpdesk.exceptions import DeleteIgnoredTicketException, IgnoreTicketException
from helpdesk.management.commands.get_email import Command from helpdesk.management.commands.get_email import Command
from helpdesk.models import FollowUp, FollowUpAttachment, IgnoreEmail, Queue, Ticket, TicketCC,\ from helpdesk.models import Attachment, FollowUp, FollowUpAttachment, IgnoreEmail, Queue, Ticket, TicketCC
Attachment
from helpdesk.tests import utils from helpdesk.tests import utils
import itertools import itertools
import logging import logging