From 36ded01527b690b5df0574492af9cfcc2ea3d1dc Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Fri, 18 Oct 2013 07:25:30 -0400 Subject: Fixed #21302 -- Fixed unused imports and import *. --- tests/app_loading/tests.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests/app_loading') diff --git a/tests/app_loading/tests.py b/tests/app_loading/tests.py index 1c2502bbcf..20ec064d69 100644 --- a/tests/app_loading/tests.py +++ b/tests/app_loading/tests.py @@ -3,10 +3,8 @@ from __future__ import unicode_literals import copy import os import sys -import time from unittest import TestCase -from django.conf import Settings from django.db.models.loading import cache, load_app, get_model, get_models, AppCache from django.test.utils import override_settings from django.utils._os import upath -- cgit v1.3