mirror of https://github.com/django/django.git
Fix pep8 violation in migration template.
This commit is contained in:
parent
6f504266b2
commit
aea9faa146
|
@ -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\
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue