Commit 83ab04c6 authored by Alex Gaynor's avatar Alex Gaynor
Browse files

flake8 fixes

parent 4e07d933
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
+5 −4
Original line number Diff line number Diff line
@@ -1150,7 +1150,8 @@ class CustomCacheKeyValidationTests(TestCase):
        'default': {
            'BACKEND': 'cache.closeable_cache.CacheClass',
        }
        },)
    }
)
class GetCacheTests(IgnorePendingDeprecationWarningsMixin, TestCase):

    def test_simple(self):