Skip to content

Commit d9dce53

Browse files
committed
remove typing (fix python 3.8)
1 parent e272e89 commit d9dce53

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/plone/restapi/renderer/markdown.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ def _render_richtext(self, richtext_data):
204204
# Unknown content type, return as-is
205205
return content
206206

207-
def _render_blocks(self, blocks: dict, blocks_layout: list) -> list[str]:
207+
def _render_blocks(self, blocks, blocks_layout):
208208
"""Convert Volto blocks to Markdown.
209209
210210
Simple text blocks are converted to Markdown, complex blocks are

0 commit comments

Comments
 (0)