summaryrefslogtreecommitdiff
path: root/django/contrib/staticfiles/testing.py
diff options
context:
space:
mode:
Diffstat (limited to 'django/contrib/staticfiles/testing.py')
-rw-r--r--django/contrib/staticfiles/testing.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/django/contrib/staticfiles/testing.py b/django/contrib/staticfiles/testing.py
index 7b30499ece..4eb4adcd04 100644
--- a/django/contrib/staticfiles/testing.py
+++ b/django/contrib/staticfiles/testing.py
@@ -1,6 +1,5 @@
-from django.test import LiveServerTestCase
-
from django.contrib.staticfiles.handlers import StaticFilesHandler
+from django.test import LiveServerTestCase
class StaticLiveServerTestCase(LiveServerTestCase):