PEP8 Cleanups (471 warnings).

This commit is contained in:
Roberto Rosario
2015-09-17 21:34:27 -04:00
parent 2b97f4a72f
commit df417f562c
16 changed files with 907 additions and 47 deletions

View File

@@ -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')
]
)
),
(