mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2025-02-03 03:49:44 +01:00
re-apply formatting
This commit is contained in:
parent
c2e933b1fb
commit
44f068d1b8
@ -17,7 +17,6 @@ except ImportError: # python 2
|
||||
from urlparse import urlparse
|
||||
|
||||
|
||||
|
||||
class TicketActionsTestCase(TestCase):
|
||||
fixtures = ['emailtemplate.json']
|
||||
|
||||
|
@ -20,7 +20,6 @@ except ImportError: # python 2
|
||||
from urlparse import urlparse
|
||||
|
||||
|
||||
|
||||
class TimeSpentTestCase(TestCase):
|
||||
|
||||
def setUp(self):
|
||||
|
@ -76,9 +76,6 @@ if helpdesk_settings.HELPDESK_KB_ENABLED:
|
||||
from helpdesk.models import KBItem
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
User = get_user_model()
|
||||
Query = get_query_class()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user