re-apply formatting

This commit is contained in:
Martin Whitehouse 2022-07-22 03:30:35 +02:00
parent c2e933b1fb
commit 44f068d1b8
No known key found for this signature in database
GPG Key ID: 3FCE1D3E9DEC09C1
3 changed files with 0 additions and 5 deletions

View File

@ -17,7 +17,6 @@ except ImportError: # python 2
from urlparse import urlparse from urlparse import urlparse
class TicketActionsTestCase(TestCase): class TicketActionsTestCase(TestCase):
fixtures = ['emailtemplate.json'] fixtures = ['emailtemplate.json']

View File

@ -20,7 +20,6 @@ except ImportError: # python 2
from urlparse import urlparse from urlparse import urlparse
class TimeSpentTestCase(TestCase): class TimeSpentTestCase(TestCase):
def setUp(self): def setUp(self):

View File

@ -76,9 +76,6 @@ if helpdesk_settings.HELPDESK_KB_ENABLED:
from helpdesk.models import KBItem from helpdesk.models import KBItem
User = get_user_model() User = get_user_model()
Query = get_query_class() Query = get_query_class()