mirror of
https://github.com/django/django.git
synced 2025-09-25 11:39:43 +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
|
@ -7,13 +7,12 @@ import re
|
|||
|
||||
from docutils import nodes
|
||||
from docutils.parsers.rst import directives
|
||||
|
||||
from sphinx import addnodes, __version__ as sphinx_ver
|
||||
from sphinx import __version__ as sphinx_ver, addnodes
|
||||
from sphinx.builders.html import StandaloneHTMLBuilder
|
||||
from sphinx.writers.html import SmartyPantsHTMLTranslator
|
||||
from sphinx.util.console import bold
|
||||
from sphinx.util.compat import Directive
|
||||
from sphinx.util.console import bold
|
||||
from sphinx.util.nodes import set_source_info
|
||||
from sphinx.writers.html import SmartyPantsHTMLTranslator
|
||||
|
||||
# RE for option descriptions without a '--' prefix
|
||||
simple_option_desc_re = re.compile(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue