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 Apr 13, 2022
1 parent 2c9bdba commit 45c32c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion myst_parser/docutils_renderer.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def token_line(token: SyntaxTreeNode, default: Optional[int] = None) -> int:
return token.map[0] # type: ignore[index]


def create_literal_block(rawsource='', text='', *children, **attributes):
def create_literal_block(rawsource="", text="", *children, **attributes):
if text.endswith("\n"):
text = text[:-1]
return nodes.literal_block(rawsource, text, *children, **attributes)
Expand Down

0 comments on commit 45c32c8

Please sign in to comment.