Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 13, 2024
1 parent 03d322a commit 7d9fee2
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions sphinx_js/directives.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
from sphinx.locale import _
from sphinx.util.docfields import GroupedField, TypedField
from sphinx.writers.html5 import HTML5Translator
from sphinx.writers.text import TextTranslator
from sphinx.writers.latex import LaTeXTranslator
from sphinx.writers.text import TextTranslator

from .renderers import (
AutoAttributeRenderer,
Expand Down Expand Up @@ -328,11 +328,15 @@ def text_depart_desc_js_type_parameter_list(
self.add_text(">")


def latex_visit_desc_type_parameter_list(self: LaTeXTranslator, node: nodes.Element) -> None:
def latex_visit_desc_type_parameter_list(
self: LaTeXTranslator, node: nodes.Element
) -> None:
pass


def latex_depart_desc_type_parameter_list(self: LaTeXTranslator, node: nodes.Element) -> None:
def latex_depart_desc_type_parameter_list(
self: LaTeXTranslator, node: nodes.Element
) -> None:
pass


Expand Down

0 comments on commit 7d9fee2

Please sign in to comment.