mirror of
https://github.com/django/django.git
synced 2025-11-21 11:59:31 +00:00
Second half of little cleanup tweaks suggested by pyflakes.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3414 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
5c5ca53b70
commit
a926046ba6
18 changed files with 12 additions and 28 deletions
|
|
@ -1,7 +1,6 @@
|
|||
from django.conf import settings
|
||||
from django.core.cache import cache
|
||||
from django.utils.cache import get_cache_key, learn_cache_key, patch_response_headers
|
||||
from django.http import HttpResponseNotModified
|
||||
|
||||
class CacheMiddleware(object):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue