mirror of
https://github.com/django/django.git
synced 2025-11-03 05:13:23 +00:00
flake8 fixes
This commit is contained in:
parent
4e07d93325
commit
83ab04c6d6
2 changed files with 6 additions and 4 deletions
9
tests/cache/tests.py
vendored
9
tests/cache/tests.py
vendored
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue