Skip to content

Commit 6bcba98

Browse files
authored
🔧 Fix type of MockIncludeDirective’s klass parameter (#975)
1 parent 8a567c5 commit 6bcba98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

myst_parser/mocking.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ def __init__(
353353
self,
354354
renderer: DocutilsRenderer,
355355
name: str,
356-
klass: Include,
356+
klass: type[Include],
357357
arguments: list[str],
358358
options: dict[str, Any],
359359
body: list[str],

0 commit comments

Comments
 (0)