mirror of
				https://github.com/django/django.git
				synced 2025-10-30 17:16:10 +00:00 
			
		
		
		
	[2.0.x] Wrapped an import per isort.
This commit is contained in:
		| @@ -22,7 +22,9 @@ from django.core.management import ( | |||||||
|     BaseCommand, CommandError, call_command, color, |     BaseCommand, CommandError, call_command, color, | ||||||
| ) | ) | ||||||
| from django.core.management.commands.loaddata import Command as LoaddataCommand | from django.core.management.commands.loaddata import Command as LoaddataCommand | ||||||
| from django.core.management.commands.runserver import Command as RunserverCommand | from django.core.management.commands.runserver import ( | ||||||
|  |     Command as RunserverCommand, | ||||||
|  | ) | ||||||
| from django.db import ConnectionHandler, connection | from django.db import ConnectionHandler, connection | ||||||
| from django.db.migrations.recorder import MigrationRecorder | from django.db.migrations.recorder import MigrationRecorder | ||||||
| from django.test import ( | from django.test import ( | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user