mirror of
https://github.com/django/django.git
synced 2025-10-29 00:26:07 +00:00
Fixed flake8 error.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user