diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2014-03-30 12:11:05 -0700 |
|---|---|---|
| committer | Alex Gaynor <alex.gaynor@gmail.com> | 2014-03-30 12:11:05 -0700 |
| commit | 778ce245dd466bce1b19f89e52cf9ed8f1b46513 (patch) | |
| tree | 2de2ad5574c99a5918eb35d9bbb6d7c4fdd86ed7 /tests/template_tests/test_response.py | |
| parent | 92dbf342868e68dfe60569c60dd5aa5925194221 (diff) | |
Corrected many style guide violations that the newest version of flake8 catches
Diffstat (limited to 'tests/template_tests/test_response.py')
| -rw-r--r-- | tests/template_tests/test_response.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/template_tests/test_response.py b/tests/template_tests/test_response.py index 17d8f11ba5..48a7b89029 100644 --- a/tests/template_tests/test_response.py +++ b/tests/template_tests/test_response.py @@ -259,7 +259,8 @@ class TemplateResponseTest(TestCase): 'first/test.html', { 'value': 123, 'fn': datetime.now, - }) + } + ) self.assertRaises(ContentNotRenderedError, pickle.dumps, response) |
