mirror of https://github.com/django/django.git
Fixed flake8 error.
This commit is contained in:
parent
f70f669941
commit
6c27ff957a
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue