Skip to content

Commit

Permalink
🔧 Fix type of MockIncludeDirective’s klass parameter (#975)
Browse files Browse the repository at this point in the history
  • Loading branch information
flying-sheep committed Sep 13, 2024
1 parent 8a567c5 commit 6bcba98
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 6bcba98

Please sign in to comment.