[1.7.x] Removed unused import.

Backport of d9c272b22f from master
This commit is contained in:
Tim Graham 2014-04-30 07:23:39 -04:00
parent 72493b1b7c
commit a2cac1b68d
1 changed files with 0 additions and 1 deletions

View File

@ -9,7 +9,6 @@ from django.apps import apps
from django.conf import settings
from django.core.management.base import CommandError
from django.db import models, router
from django.utils import six
from django.utils.deprecation import RemovedInDjango19Warning