Skip to content

Commit cb70eb6

Browse files
committed
Removed a superfluous import.
- Legacy-Id: 9169
1 parent d7f44d6 commit cb70eb6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/meeting/migrations/0004_auto_20150308_0446.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- 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)