diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2013-11-22 09:10:18 -0800 |
|---|---|---|
| committer | Alex Gaynor <alex.gaynor@gmail.com> | 2013-11-22 09:10:18 -0800 |
| commit | b9d908da54169472fad090e61538c362d92098d4 (patch) | |
| tree | 03524550c771f6cc0299138d053f1573795a73c6 /tests/cache | |
| parent | 9f8810ac51afe7eda276ca54a46cb49fb23c1d5a (diff) | |
Fixed some flake8 issues
Diffstat (limited to 'tests/cache')
| -rw-r--r-- | tests/cache/tests.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/cache/tests.py b/tests/cache/tests.py index 053face8a1..85e65168af 100644 --- a/tests/cache/tests.py +++ b/tests/cache/tests.py @@ -21,8 +21,7 @@ from django.core.cache.backends.base import (CacheKeyWarning, InvalidCacheBackendError) from django.db import connection, router, transaction from django.core.cache.utils import make_template_fragment_key -from django.http import (HttpResponse, HttpRequest, StreamingHttpResponse, - QueryDict) +from django.http import HttpResponse, StreamingHttpResponse from django.middleware.cache import (FetchFromCacheMiddleware, UpdateCacheMiddleware, CacheMiddleware) from django.template import Template |
