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 9a024a2 commit 3dfb8bdCopy full SHA for 3dfb8bd
1 file changed
packages/runner/src/robotcode/runner/cli/results/_html.py
@@ -223,7 +223,7 @@ def _convert(
223
whitespace_mode="normalized",
224
extract_metadata=False,
225
)
226
- result = _ext_convert(text, opts) # type: ignore[arg-type]
+ result = _ext_convert(text, opts)
227
md = result.content or ""
228
229
embedded_urls: set[str] = set()
0 commit comments