PEP8 Cleanup (495 warnings).

This commit is contained in:
Roberto Rosario
2015-09-16 09:33:16 -04:00
parent 22ae0eca70
commit 60e64b92fd
31 changed files with 771 additions and 64 deletions

View File

@@ -112,8 +112,9 @@ class Migration(migrations.Migration):
),
(
'initial', models.BooleanField(
default=False,
help_text='Select if this will be the state with which you want the workflow to start in. Only one state can be the initial state.',
default=False, help_text='Select if this will be the '
'state with which you want the workflow to start in. '
'Only one state can be the initial state.',
verbose_name='Initial'
)
),