Skip to content

Commit c95ffe4

Browse files
committed
Fixed a pyflakes issue
- Legacy-Id: 18393
1 parent fc5813f commit c95ffe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ietf/secr/proceedings/migrations/0001_initial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Generated by Django 1.11.10 on 2018-02-20 10:52
44

55

6-
from django.db import migrations, models
6+
from django.db import migrations
77

88

99
class Migration(migrations.Migration):

0 commit comments

Comments
 (0)