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 Aug 22, 2024
1 parent 09299b1 commit 30e52eb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions myst_parser/mdit_to_docutils/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -289,9 +289,7 @@ def _render_finalise(self) -> None:
)
substitution_node.source = self.document["source"]
substitution_node["names"].append(key)
self.document.note_substitution_def(
substitution_node, key
)
self.document.note_substitution_def(substitution_node, key)

def nested_render_text(
self,
Expand Down

0 comments on commit 30e52eb

Please sign in to comment.