summaryrefslogtreecommitdiff
path: root/tests/mutually_referential
diff options
context:
space:
mode:
authorTim Graham <timograham@gmail.com>2013-10-19 08:31:38 -0400
committerTim Graham <timograham@gmail.com>2013-10-19 08:31:38 -0400
commit96d1d4e29275f4f5900f0725975d2ad0a4d05816 (patch)
tree17b846e3b77f68fbb3b1dc7a2ff413f574c62ce1 /tests/mutually_referential
parent5f52590368063fc8284e23be492d83ba751f66bf (diff)
downloaddjango-96d1d4e29275f4f5900f0725975d2ad0a4d05816.tar.gz
Removed unused local variables in tests.
Diffstat (limited to 'tests/mutually_referential')
-rw-r--r--tests/mutually_referential/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mutually_referential/tests.py b/tests/mutually_referential/tests.py
index 6006465843..8c0ff69565 100644
--- a/tests/mutually_referential/tests.py
+++ b/tests/mutually_referential/tests.py
@@ -12,7 +12,7 @@ class MutuallyReferentialTests(TestCase):
# Create some children
c = q.child_set.create(name='Charles')
- e = q.child_set.create(name='Edward')
+ q.child_set.create(name='Edward')
# Set the best child
# No assertion require here; if basic assignment and