Kaydet (Commit) 83ab04c6 authored tarafından Alex Gaynor's avatar Alex Gaynor

flake8 fixes

üst 4e07d933
......@@ -146,6 +146,7 @@ class DefaultCacheProxy(object):
cache = DefaultCacheProxy()
def close_caches(**kwargs):
# Some caches -- python-memcached in particular -- need to do a cleanup at the
# end of a request cycle. If not implemented in a particular backend
......
......@@ -1147,10 +1147,11 @@ class CustomCacheKeyValidationTests(TestCase):
@override_settings(
CACHES={
'default': {
'BACKEND': 'cache.closeable_cache.CacheClass',
}
},)
'default': {
'BACKEND': 'cache.closeable_cache.CacheClass',
}
}
)
class GetCacheTests(IgnorePendingDeprecationWarningsMixin, TestCase):
def test_simple(self):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment