summaryrefslogtreecommitdiff
path: root/sphinx/io.py
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2018-04-21 20:01:27 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2018-04-21 20:01:27 +0900
commitd388712f6ec11d79cff24724f64addd60adc4045 (patch)
treebe5137991cc141d497abc9e03bd0d421cef3cf45 /sphinx/io.py
parent0354b29459ccd2217d5c3dbac5c0b1bdd411d827 (diff)
downloadsphinx-git-d388712f6ec11d79cff24724f64addd60adc4045.tar.gz
Fix flake8 violation
Diffstat (limited to 'sphinx/io.py')
-rw-r--r--sphinx/io.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/sphinx/io.py b/sphinx/io.py
index 3544fffeb..b9fa3f002 100644
--- a/sphinx/io.py
+++ b/sphinx/io.py
@@ -96,7 +96,8 @@ class SphinxStandaloneReader(SphinxBaseReader):
HandleCodeBlocks, AutoNumbering, AutoIndexUpgrader, SortIds,
RemoveTranslatableInline, FilterSystemMessages, RefOnlyBulletListTransform,
UnreferencedFootnotesDetector, SphinxSmartQuotes, ManpageLink,
- SphinxDomains, SubstitutionDefinitionsRemover, DoctreeReadEvent, UIDTransform,
+ SphinxDomains, SubstitutionDefinitionsRemover, DoctreeReadEvent,
+ UIDTransform,
] # type: List[Transform]
def __init__(self, app, *args, **kwargs):