mirror of
https://github.com/django/django.git
synced 2025-08-03 02:23:12 +00:00
Fixed flake8 error.
This commit is contained in:
parent
dd55132643
commit
4b25ebf112
1 changed files with 0 additions and 1 deletions
|
@ -868,7 +868,6 @@ class TransactionTestCase(SimpleTestCase):
|
|||
allow_cascade=self.available_apps is not None,
|
||||
inhibit_post_migrate=self.available_apps is not None)
|
||||
|
||||
|
||||
def assertQuerysetEqual(self, qs, values, transform=repr, ordered=True, msg=None):
|
||||
items = six.moves.map(transform, qs)
|
||||
if not ordered:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue