summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2013-12-07 07:06:28 -0500
committerTim Graham <timograham@gmail.com>2013-12-07 07:06:28 -0500
commite7dcd40da29008070267828fc15f5dfc94493111 (patch)
tree76b83dc7265fea1ddb620aad7690fe1a5155034f /tests
parenta8f4553aaecc7bc6775e0fd54f8c615c792b3d97 (diff)
Added extra newline for flake8.
Diffstat (limited to 'tests')
-rw-r--r--tests/view_tests/tests/test_debug.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/view_tests/tests/test_debug.py b/tests/view_tests/tests/test_debug.py
index 1f84933261..261c534b2b 100644
--- a/tests/view_tests/tests/test_debug.py
+++ b/tests/view_tests/tests/test_debug.py
@@ -169,6 +169,7 @@ class DebugViewTests(TestCase):
status_code=404
)
+
class ExceptionReporterTests(TestCase):
rf = RequestFactory()