Skip to content

Commit

Permalink
Removed unused webhooks import
Browse files Browse the repository at this point in the history
  • Loading branch information
samsplunks committed Apr 16, 2024
1 parent c0ee8e0 commit c6cad5f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion helpdesk/email.py
Expand Up @@ -21,7 +21,6 @@
from email.utils import getaddresses
from email_reply_parser import EmailReplyParser
from helpdesk import settings
from helpdesk import webhooks
from helpdesk.exceptions import DeleteIgnoredTicketException, IgnoreTicketException
from helpdesk.lib import process_attachments, safe_template_context
from helpdesk.models import FollowUp, IgnoreEmail, Queue, Ticket
Expand Down

0 comments on commit c6cad5f

Please sign in to comment.