PEP8 Cleanups (471 warnings).
This commit is contained in:
@@ -61,9 +61,10 @@ class Migration(migrations.Migration):
|
||||
),
|
||||
(
|
||||
'inclusion', models.CharField(
|
||||
default='&',
|
||||
help_text='The inclusion is ignored for the first item.',
|
||||
max_length=16, choices=[('&', 'and'), ('|', 'or')]
|
||||
default='&', help_text='The inclusion is ignored for '
|
||||
'the first item.', max_length=16, choices=[
|
||||
('&', 'and'), ('|', 'or')
|
||||
]
|
||||
)
|
||||
),
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user