We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10dfdd8 commit 3705fa1Copy full SHA for 3705fa1
examples/custom_output_files/main.py
@@ -96,8 +96,7 @@ def mutate(
96
97
@cocoindex.op.function()
98
def markdown_to_html(text: str) -> str:
99
- # The underlying library lacks precise typing; the return here is known to be str.
100
- return _markdown_it.render(text) # type: ignore[no-any-return]
+ return _markdown_it.render(text) # type: ignore
101
102
103
@cocoindex.flow_def(name="CustomOutputFiles")
0 commit comments