Remove unused import.

This commit is contained in:
Jacek Tomaszewski 2014-06-09 00:00:50 +02:00
parent 0dd826547b
commit c89aac29fa

View file

@ -10,7 +10,6 @@ You will need to execute this command in two cases:
Credits: Heavily inspired by django-transmeta's sync_transmeta_db command.
"""
from optparse import make_option
from django.conf import settings
from django.core.management.base import NoArgsCommand
from django.core.management.color import no_style
from django.db import connection, transaction