Kaydet (Commit) df251e03 authored tarafından Aymeric Augustin's avatar Aymeric Augustin

Fixed a PEP 8 error.

üst eacf2445
......@@ -921,7 +921,7 @@ class DBCacheTests(BaseCacheTests, TransactionTestCase):
self.assertEqual(stdout.getvalue(),
"Cache table 'test cache table' already exists.\n" * len([
k for k, v in settings.CACHES.items()
if v['BACKEND']=='django.core.cache.backends.db.DatabaseCache'])
if v['BACKEND'] == 'django.core.cache.backends.db.DatabaseCache'])
)
def test_createcachetable_with_table_argument(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