mirror of
https://github.com/django/django.git
synced 2025-11-25 21:22:14 +00:00
Fixed #21287 -- Fixed E123 pep8 warnings
This commit is contained in:
parent
65750b8352
commit
a800036981
71 changed files with 152 additions and 152 deletions
|
|
@ -33,12 +33,12 @@ class Whiz(models.Model):
|
|||
('Group 1', (
|
||||
(1, 'First'),
|
||||
(2, 'Second'),
|
||||
)
|
||||
)
|
||||
),
|
||||
('Group 2', (
|
||||
(3, 'Third'),
|
||||
(4, 'Fourth'),
|
||||
)
|
||||
)
|
||||
),
|
||||
(0, 'Other'),
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue