Removed an unused import

This commit is contained in:
Alex Gaynor 2014-05-31 10:50:29 -07:00
parent c4c2c99669
commit a31d7c48b0
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ from django.core.management import CommandError
from django.core.management.color import no_style
from django.core.management.sql import (sql_create, sql_delete, sql_indexes,
sql_destroy_indexes, sql_all)
from django.db import connections, DEFAULT_DB_ALIAS, router
from django.db import connections, DEFAULT_DB_ALIAS
from django.test import TestCase