summaryrefslogtreecommitdiff
path: root/tests/swappable_models
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2013-12-24 08:35:13 -0800
committerAlex Gaynor <alex.gaynor@gmail.com>2013-12-24 08:35:13 -0800
commitdbe2fb632de6d4e116f00f9e74b583a5bdc051a9 (patch)
tree337a4c10392bada4788e41fb58af079c7e8fb510 /tests/swappable_models
parent828c9be4366e3e7b52eeae5cf1e75155a39bcdaa (diff)
downloaddjango-dbe2fb632de6d4e116f00f9e74b583a5bdc051a9.tar.gz
Added a missing import and removed an unneeded import
Diffstat (limited to 'tests/swappable_models')
-rw-r--r--tests/swappable_models/tests.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/swappable_models/tests.py b/tests/swappable_models/tests.py
index 3bf5b46d66..de2105d2ec 100644
--- a/tests/swappable_models/tests.py
+++ b/tests/swappable_models/tests.py
@@ -2,7 +2,6 @@ from __future__ import unicode_literals
from django.utils.six import StringIO
-from django.apps import apps
from django.contrib.auth.models import Permission
from django.contrib.contenttypes.models import ContentType
from django.core import management