mirror of
https://github.com/django/django.git
synced 2025-11-25 05:04:26 +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
|
|
@ -19,7 +19,7 @@ class RecursiveM2MTests(TestCase):
|
|||
a.friends.add(b, c)
|
||||
|
||||
# David is friends with Anne and Chuck - add in reverse direction
|
||||
d.friends.add(a,c)
|
||||
d.friends.add(a, c)
|
||||
|
||||
# Who is friends with Anne?
|
||||
self.assertQuerysetEqual(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue