mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
Removed unused local variables in tests.
This commit is contained in:
parent
5f52590368
commit
96d1d4e292
72 changed files with 309 additions and 339 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue