mirror of
https://gitea.mueller.network/extern/django-helpdesk.git
synced 2024-11-21 15:33:09 +01:00
Removed unused webhooks import
This commit is contained in:
parent
9a6939b564
commit
81f9226f7c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user