mirror of
https://github.com/django/django.git
synced 2024-12-31 21:46:05 +00:00
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
Block a user