Skip to content

Commit 62574cd

Browse files
committed
Fixed a pyflakes issue.
- Legacy-Id: 10925
1 parent 8813bc8 commit 62574cd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ietf/submit/migrations/0006_remove_submission_idnits_message.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# -*- coding: utf-8 -*-
1+
# -*- coding: utf-8 -*-
22
from __future__ import unicode_literals
33

4-
from django.db import models, migrations
4+
from django.db import migrations
55

66

77
class Migration(migrations.Migration):

0 commit comments

Comments
 (0)