From a800036981c6fea8eb3dac22467965c71af05d29 Mon Sep 17 00:00:00 2001 From: Alasdair Nicol Date: Fri, 18 Oct 2013 10:02:43 +0100 Subject: Fixed #21287 -- Fixed E123 pep8 warnings --- tests/cache/tests.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/cache') diff --git a/tests/cache/tests.py b/tests/cache/tests.py index b107cdb3fe..89c53da6b8 100644 --- a/tests/cache/tests.py +++ b/tests/cache/tests.py @@ -150,7 +150,7 @@ class DummyCacheTests(unittest.TestCase): 'unicode_ascii': 'Iñtërnâtiônàlizætiøn1', 'Iñtërnâtiônàlizætiøn': 'Iñtërnâtiônàlizætiøn2', 'ascii2': {'x' : 1} - } + } for (key, value) in stuff.items(): self.cache.set(key, value) self.assertEqual(self.cache.get(key), None) @@ -354,7 +354,7 @@ class BaseCacheTests(object): 'unicode_ascii': 'Iñtërnâtiônàlizætiøn1', 'Iñtërnâtiônàlizætiøn': 'Iñtërnâtiônàlizætiøn2', 'ascii2': {'x' : 1} - } + } # Test `set` for (key, value) in stuff.items(): self.cache.set(key, value) -- cgit v1.3