From 81f9226f7c4014841ae9df8b3fc69337b134afef Mon Sep 17 00:00:00 2001 From: Sam Splunks <72095718+samsplunks@users.noreply.github.com> Date: Wed, 17 Apr 2024 10:09:15 +0000 Subject: [PATCH] Removed unused webhooks import --- helpdesk/models.py | 1 - 1 file changed, 1 deletion(-) diff --git a/helpdesk/models.py b/helpdesk/models.py index c95f100c..eacdfe6e 100644 --- a/helpdesk/models.py +++ b/helpdesk/models.py @@ -11,7 +11,6 @@ models.py - Model (and hence database) definitions. This is the core of the from .lib import format_time_spent, convert_value, daily_time_spent_calculation from .templated_email import send_templated_mail from .validators import validate_file_extension -from .webhooks import send_new_ticket_webhook import datetime from django.conf import settings from django.contrib.auth import get_user_model