mirror of
				https://github.com/django/django.git
				synced 2025-10-31 01:25:32 +00:00 
			
		
		
		
	Sorted imports per isort 4.2.9.
This commit is contained in:
		| @@ -11,8 +11,9 @@ from admin_scripts.tests import AdminScriptTestCase | ||||
| from django.core import management | ||||
| from django.core.management import execute_from_command_line | ||||
| from django.core.management.base import CommandError | ||||
| from django.core.management.commands.makemessages import \ | ||||
|     Command as MakeMessagesCommand | ||||
| from django.core.management.commands.makemessages import ( | ||||
|     Command as MakeMessagesCommand, | ||||
| ) | ||||
| from django.core.management.utils import find_command | ||||
| from django.test import SimpleTestCase, override_settings | ||||
| from django.test.utils import captured_stderr, captured_stdout | ||||
|   | ||||
		Reference in New Issue
	
	Block a user