mirror of
https://github.com/django/django.git
synced 2025-09-27 04:29:17 +00:00
Fixed flake8 error.
This commit is contained in:
parent
f70f669941
commit
6c27ff957a
1 changed files with 0 additions and 1 deletions
|
@ -686,7 +686,6 @@ class BackendTestCase(TestCase):
|
||||||
reset_queries()
|
reset_queries()
|
||||||
self.assertEqual(0, len(connection.queries))
|
self.assertEqual(0, len(connection.queries))
|
||||||
|
|
||||||
|
|
||||||
# Unfortunately with sqlite3 the in-memory test database cannot be closed.
|
# Unfortunately with sqlite3 the in-memory test database cannot be closed.
|
||||||
@skipUnlessDBFeature('test_db_allows_multiple_connections')
|
@skipUnlessDBFeature('test_db_allows_multiple_connections')
|
||||||
@override_settings(DEBUG=True)
|
@override_settings(DEBUG=True)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue