Skip to content

Commit 6874a9b

Browse files
committed
fixup! Convert type comments to annotations
1 parent 4a40148 commit 6874a9b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

sphinxcontrib/htmlhelp/__init__.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -176,11 +176,6 @@ def init(self) -> None:
176176
if locale is not None:
177177
self.lcid, self.encoding = locale
178178

179-
@property
180-
def default_translator_class(self) -> type[nodes.NodeVisitor]:
181-
# Use HTML4 writer always
182-
return HTMLTranslator
183-
184179
def prepare_writing(self, docnames: set[str]) -> None:
185180
super().prepare_writing(docnames)
186181
self.globalcontext['html5_doctype'] = False

0 commit comments

Comments
 (0)