pyright fix
This commit is contained in:
parent
a18a5b021d
commit
a634a266f4
@ -205,7 +205,9 @@ class Markdown(Component):
|
|||||||
_CHILDREN
|
_CHILDREN
|
||||||
if tag != "codeblock"
|
if tag != "codeblock"
|
||||||
else ternary_operation(
|
else ternary_operation(
|
||||||
ARRAY_ISARRAY.call(_CHILDREN), _CHILDREN.to(list)[0], _CHILDREN
|
ARRAY_ISARRAY.call(_CHILDREN),
|
||||||
|
_CHILDREN.to(list)[0],
|
||||||
|
_CHILDREN, # type: ignore
|
||||||
).to(str)
|
).to(str)
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user