mirror of
https://github.com/django/django.git
synced 2025-07-24 13:44:32 +00:00
Fixed E225 pep8 warnings.
This commit is contained in:
parent
51d2e1fb23
commit
ae48d77ef8
43 changed files with 102 additions and 91 deletions
|
@ -82,7 +82,7 @@ class ModelInheritanceTest(TestCase):
|
|||
italian_restaurant.serves_gnocchi = False
|
||||
italian_restaurant.save_base(raw=True)
|
||||
|
||||
place2.name='Derelict lot'
|
||||
place2.name = 'Derelict lot'
|
||||
place2.save_base(raw=True)
|
||||
|
||||
park.capacity = 50
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue