mirror of
https://github.com/django/django.git
synced 2025-08-09 21:38:18 +00:00
[1.8.x] Sorted imports with isort; refs #23860.
Backport of 0ed7d15563
from master
This commit is contained in:
parent
eb406aa686
commit
a8b70d251d
819 changed files with 2631 additions and 2401 deletions
|
@ -1,15 +1,15 @@
|
|||
import os
|
||||
|
||||
from django.apps import apps
|
||||
from django.db import connection
|
||||
from django.core import management
|
||||
from django.core.management import BaseCommand, CommandError, find_commands
|
||||
from django.core.management.utils import find_command, popen_wrapper
|
||||
from django.db import connection
|
||||
from django.test import SimpleTestCase, ignore_warnings
|
||||
from django.test.utils import captured_stderr, captured_stdout, extend_sys_path
|
||||
from django.utils import translation
|
||||
from django.utils.deprecation import RemovedInDjango20Warning
|
||||
from django.utils._os import upath
|
||||
from django.utils.deprecation import RemovedInDjango20Warning
|
||||
from django.utils.six import StringIO
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue