Skip to content

Commit 30e52eb

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 09299b1 commit 30e52eb

File tree

1 file changed

+1
-3
lines changed
  • myst_parser/mdit_to_docutils

1 file changed

+1
-3
lines changed

myst_parser/mdit_to_docutils/base.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -289,9 +289,7 @@ def _render_finalise(self) -> None:
289289
)
290290
substitution_node.source = self.document["source"]
291291
substitution_node["names"].append(key)
292-
self.document.note_substitution_def(
293-
substitution_node, key
294-
)
292+
self.document.note_substitution_def(substitution_node, key)
295293

296294
def nested_render_text(
297295
self,

0 commit comments

Comments
 (0)