summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2014-06-07 20:35:28 -0400
committerTim Graham <timograham@gmail.com>2014-06-07 20:35:28 -0400
commit6c27ff957a6162870b91138ccddda8530a0450b0 (patch)
tree839612614735c8727e1623f54f0babe9f4714e13
parentf70f669941775ceef8433f4c66b189f82d53074f (diff)
Fixed flake8 error.
-rw-r--r--tests/backends/tests.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/backends/tests.py b/tests/backends/tests.py
index a40a6156e0..534465b882 100644
--- a/tests/backends/tests.py
+++ b/tests/backends/tests.py
@@ -686,7 +686,6 @@ class BackendTestCase(TestCase):
reset_queries()
self.assertEqual(0, len(connection.queries))
-
# Unfortunately with sqlite3 the in-memory test database cannot be closed.
@skipUnlessDBFeature('test_db_allows_multiple_connections')
@override_settings(DEBUG=True)