mirror of
				https://github.com/django/django.git
				synced 2025-10-26 07:06:08 +00:00 
			
		
		
		
	Removed an unused import
This commit is contained in:
		| @@ -5,7 +5,7 @@ from django.core.management import CommandError | |||||||
| from django.core.management.color import no_style | from django.core.management.color import no_style | ||||||
| from django.core.management.sql import (sql_create, sql_delete, sql_indexes, | from django.core.management.sql import (sql_create, sql_delete, sql_indexes, | ||||||
|                                         sql_destroy_indexes, sql_all) |                                         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 | from django.test import TestCase | ||||||
|  |  | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user