Skip to content

Commit 18d16f9

Browse files
author
Ruff
committed
Format and lint with Ruff
1 parent 4b2cb7d commit 18d16f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

render_engine_parser/base_parsers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def parse_content(content: str) -> tuple[dict, str]:
5151
def parse(
5252
content: str,
5353
extras: dict[str, any] | None = None,
54-
) -> str:
54+
) -> str:
5555
"""
5656
Parses content to be rendered into HTML
5757

0 commit comments

Comments
 (0)