summaryrefslogtreecommitdiff
path: root/tests/template_tests/test_response.py
diff options
context:
space:
mode:
authorAlasdair Nicol <alasdair@memset.com>2013-10-18 00:58:02 +0100
committerAlasdair Nicol <alasdair@memset.com>2013-10-18 01:46:24 +0100
commitbab9123daa5d05150951f74183906a76d2b0cf27 (patch)
tree4fc24535f85f84c69e64c6eac654294725d906df /tests/template_tests/test_response.py
parent65d1d65d52a87bba22845bcb7c3c921a8789ec19 (diff)
Fixed #21268 -- Fixed E303 pep8 warnings
Diffstat (limited to 'tests/template_tests/test_response.py')
-rw-r--r--tests/template_tests/test_response.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/template_tests/test_response.py b/tests/template_tests/test_response.py
index 65f7531361..fe58a58d6d 100644
--- a/tests/template_tests/test_response.py
+++ b/tests/template_tests/test_response.py
@@ -146,7 +146,6 @@ class SimpleTemplateResponseTest(TestCase):
self.assertEqual(response.content, b'First template\n')
self.assertEqual(post, ['post1','post2'])
-
def test_pickling(self):
# Create a template response. The context is
# known to be unpickleable (e.g., a function).