mirror of
https://github.com/django/django.git
synced 2025-03-30 19:20:44 +00:00
[1.7.x] Fixed some flake8 errors.
Backport of 9d30412a5a from master
This commit is contained in:
parent
988c7425ff
commit
0f52bf7c96
tests/migrations/test_migrations_backwards_deps_1
@ -1,7 +1,7 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from django.db import migrations, models
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
@ -1,7 +1,7 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
from __future__ import unicode_literals
|
||||
|
||||
from django.db import migrations, models
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
Loading…
x
Reference in New Issue
Block a user