Skip to content

Commit 14f64e0

Browse files
Update markdown_it/renderer.py
Co-authored-by: Chris Sewell <[email protected]>
1 parent d2bf9b5 commit 14f64e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

markdown_it/renderer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ class RendererProtocol(Protocol):
2828

2929
def render(
3030
self, tokens: Sequence[Token], options: OptionsDict, env: MutableMapping
31-
) -> str:
31+
) -> Any:
3232
...
3333

3434

0 commit comments

Comments
 (0)