mirror of
https://github.com/django/django.git
synced 2025-03-24 00:00:45 +00:00
Removed an unused import
This commit is contained in:
parent
c4c2c99669
commit
a31d7c48b0
@ -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
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user