summaryrefslogtreecommitdiff
path: root/sphinx/io.py
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2019-10-06 19:16:24 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2019-10-06 19:16:24 +0900
commite73ab4a4cbb45c132d08f2f9e712361c5f82d4aa (patch)
tree3a9ae83e48aca1745d6be8a26cd4d1dcf9126f6a /sphinx/io.py
parente8925e78ca3be64a94c061e71a1da7d161640fa1 (diff)
downloadsphinx-git-e73ab4a4cbb45c132d08f2f9e712361c5f82d4aa.tar.gz
Fix merge error
Diffstat (limited to 'sphinx/io.py')
-rw-r--r--sphinx/io.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/sphinx/io.py b/sphinx/io.py
index 8f6c0ae15..0f21298ac 100644
--- a/sphinx/io.py
+++ b/sphinx/io.py
@@ -166,8 +166,6 @@ class SphinxI18nReader(SphinxBaseReader):
if transform in self.transforms:
self.transforms.remove(transform)
- super().__init__(app, *args, **kwargs)
-
class SphinxDummyWriter(UnfilteredWriter):
"""Dummy writer module used for generating doctree."""