summaryrefslogtreecommitdiff
path: root/tests/m2m_recursive
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2013-10-26 12:15:03 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2013-10-26 12:15:03 -0700
commit9d740eb8b15de31f1c5520659df683d90342bb44 (patch)
tree62b6ff49e5a60467828f9b04d46b6ebeac86c333 /tests/m2m_recursive
parentf2d8027c9aea93750fc4213d9e733c8575e89502 (diff)
downloaddjango-9d740eb8b15de31f1c5520659df683d90342bb44.tar.gz
Fix all violators of E231
Diffstat (limited to 'tests/m2m_recursive')
-rw-r--r--tests/m2m_recursive/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/m2m_recursive/tests.py b/tests/m2m_recursive/tests.py
index 3beafc9692..6dd36fcfda 100644
--- a/tests/m2m_recursive/tests.py
+++ b/tests/m2m_recursive/tests.py
@@ -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(