mirror of
https://github.com/django/django.git
synced 2025-08-04 02:48:35 +00:00
Fix all violators of E231
This commit is contained in:
parent
f2d8027c9a
commit
9d740eb8b1
74 changed files with 628 additions and 629 deletions
|
@ -443,9 +443,9 @@ class ForeignKeyToFieldTest(TestCase):
|
|||
self.assertEqual(
|
||||
favorites,
|
||||
[
|
||||
([six.text_type(self.author2)],[six.text_type(self.author3)]),
|
||||
([six.text_type(self.author3)],[six.text_type(self.author1)]),
|
||||
([six.text_type(self.author1)],[six.text_type(self.author2)])
|
||||
([six.text_type(self.author2)], [six.text_type(self.author3)]),
|
||||
([six.text_type(self.author3)], [six.text_type(self.author1)]),
|
||||
([six.text_type(self.author1)], [six.text_type(self.author2)])
|
||||
]
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue