Fix pep8 violation in migration template.

This commit is contained in:
Marc Tamlyn 2014-01-29 15:53:47 +00:00
parent 6f504266b2
commit aea9faa146
1 changed files with 1 additions and 1 deletions

View File

@ -279,7 +279,7 @@ from django.db import models, migrations
%(imports)s
class Migration(migrations.Migration):
%(replaces_str)s
%(replaces_str)s
dependencies = [
%(dependencies)s\
]