mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix flake8
This commit is contained in:
parent
1f451ce2f9
commit
3f6bfe1e8a
@ -21,7 +21,6 @@ from sphinx.locale import _
|
|||||||
from sphinx.util import logging
|
from sphinx.util import logging
|
||||||
from sphinx.util.i18n import format_date
|
from sphinx.util.i18n import format_date
|
||||||
from sphinx.util.nodes import apply_source_workaround
|
from sphinx.util.nodes import apply_source_workaround
|
||||||
from sphinx import addnodes
|
|
||||||
|
|
||||||
if False:
|
if False:
|
||||||
# For type annotation
|
# For type annotation
|
||||||
@ -340,7 +339,7 @@ class SphinxSmartQuotes(DocutilsSmartQuotes): # NOQA
|
|||||||
# A generator that yields ``(texttype, nodetext)`` tuples for a list
|
# A generator that yields ``(texttype, nodetext)`` tuples for a list
|
||||||
# of "Text" nodes (interface to ``smartquotes.educate_tokens()``).
|
# of "Text" nodes (interface to ``smartquotes.educate_tokens()``).
|
||||||
|
|
||||||
texttype = {True: 'literal', # "literal" text is not changed:
|
texttype = {True: 'literal', # "literal" text is not changed:
|
||||||
False: 'plain'}
|
False: 'plain'}
|
||||||
for txtnode in txtnodes:
|
for txtnode in txtnodes:
|
||||||
nodetype = texttype[isinstance(txtnode.parent,
|
nodetype = texttype[isinstance(txtnode.parent,
|
||||||
|
Loading…
Reference in New Issue
Block a user