mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-06-07 18:26:43 +02:00
remove unused import
This commit is contained in:
parent
7643e18acc
commit
ef5a43a3e2
@ -9,7 +9,7 @@ urls.py - Mapping of URL's to our various views. Note we always used NAMED
|
|||||||
|
|
||||||
from django.contrib.auth import views as auth_views
|
from django.contrib.auth import views as auth_views
|
||||||
from django.contrib.auth.decorators import login_required
|
from django.contrib.auth.decorators import login_required
|
||||||
from django.urls import include, path, re_path, reverse_lazy
|
from django.urls import include, path, re_path
|
||||||
from django.views.generic import TemplateView
|
from django.views.generic import TemplateView
|
||||||
from helpdesk import settings as helpdesk_settings
|
from helpdesk import settings as helpdesk_settings
|
||||||
from helpdesk.decorators import helpdesk_staff_member_required, protect_view
|
from helpdesk.decorators import helpdesk_staff_member_required, protect_view
|
||||||
|
Loading…
x
Reference in New Issue
Block a user