Skip to content

Commit

Permalink
Update mocking.py
Browse files Browse the repository at this point in the history
  • Loading branch information
flying-sheep authored Sep 13, 2024
1 parent 8a567c5 commit 75ffe7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion myst_parser/mocking.py
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ def __init__(
self,
renderer: DocutilsRenderer,
name: str,
klass: Include,
klass: type[Include],
arguments: list[str],
options: dict[str, Any],
body: list[str],
Expand Down

0 comments on commit 75ffe7c

Please sign in to comment.