[1.7.x] Removed an unused import

Backport of a31d7c48b0 from master
This commit is contained in:
Alex Gaynor 2014-05-31 10:50:29 -07:00 committed by Tim Graham
parent f8dd382a48
commit 160fd6c7c1
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