From 1dae4ac1778f04805c0ed62c8debb13b281ba02b Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Thu, 10 Oct 2013 16:42:30 -0400 Subject: Whitespace cleanup. * Removed trailing whitespace. * Added newline to EOF if missing. * Removed blank lines at EOF. * Removed some stray tabs. --- tests/cache/liberal_backend.py | 1 - tests/cache/tests.py | 1 - 2 files changed, 2 deletions(-) (limited to 'tests/cache') diff --git a/tests/cache/liberal_backend.py b/tests/cache/liberal_backend.py index b72013c6a8..3e3ce3beeb 100644 --- a/tests/cache/liberal_backend.py +++ b/tests/cache/liberal_backend.py @@ -7,4 +7,3 @@ class LiberalKeyValidationMixin(object): class CacheClass(LiberalKeyValidationMixin, LocMemCache): pass - diff --git a/tests/cache/tests.py b/tests/cache/tests.py index 462c1b236d..d46c61df67 100644 --- a/tests/cache/tests.py +++ b/tests/cache/tests.py @@ -1917,4 +1917,3 @@ class TestMakeTemplateFragmentKey(TestCase): key = make_template_fragment_key('spam', ['abc:def%']) self.assertEqual(key, 'template.cache.spam.f27688177baec990cdf3fbd9d9c3f469') - -- cgit v1.3