mirror of
https://github.com/django/django.git
synced 2025-03-31 11:37:06 +00:00
Fixed flake8 error.
This commit is contained in:
parent
dd55132643
commit
4b25ebf112
@ -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…
x
Reference in New Issue
Block a user