diff options
| author | Tim Graham <timograham@gmail.com> | 2015-01-18 20:02:15 -0500 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-01-18 20:02:15 -0500 |
| commit | 2fa2068406cbef08bac3e2da9b69e86c6b931f57 (patch) | |
| tree | fa692014de930a360b24adf160b03b237d45750c /tests | |
| parent | b84100e8e22b175b62ce849acbcf1fa9a1e0e5b8 (diff) | |
Removed an unused import and a flake8 exclude that caused it to be missed.
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/test_client_regress/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_client_regress/tests.py b/tests/test_client_regress/tests.py index 43a2298017..2d97823854 100644 --- a/tests/test_client_regress/tests.py +++ b/tests/test_client_regress/tests.py @@ -13,7 +13,7 @@ from django.test import Client, TestCase, ignore_warnings, override_settings from django.test.client import RedirectCycleError, RequestFactory, encode_file from django.test.utils import ContextList, str_prefix from django.template.response import SimpleTemplateResponse -from django.utils.deprecation import RemovedInDjango19Warning, RemovedInDjango20Warning +from django.utils.deprecation import RemovedInDjango20Warning from django.utils._os import upath from django.utils.translation import ugettext_lazy from django.http import HttpResponse |
