From 6e6dd79e0f63fa82c7b279c0b248bfb2e7d62815 Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz <henrik@levkowetz.com> Date: Thu, 23 Oct 2014 18:56:36 +0000 Subject: [PATCH] Removed unused imports from name slug migration. - Legacy-Id: 8457 --- .../migrations/0026_change_name_slug_foreign_key_length.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ietf/name/migrations/0026_change_name_slug_foreign_key_length.py b/ietf/name/migrations/0026_change_name_slug_foreign_key_length.py index b6e3e3058..473797f7b 100644 --- a/ietf/name/migrations/0026_change_name_slug_foreign_key_length.py +++ b/ietf/name/migrations/0026_change_name_slug_foreign_key_length.py @@ -1,9 +1,5 @@ -# -*- coding: utf-8 -*- -from south.utils import datetime_utils as datetime from south.db import db from south.v2 import SchemaMigration -from django.db import models - class Migration(SchemaMigration):