diff --git a/stubs/docutils/docutils/parsers/rst/states.pyi b/stubs/docutils/docutils/parsers/rst/states.pyi index 3c1cb8f9e2c4..18ab42782dfa 100644 --- a/stubs/docutils/docutils/parsers/rst/states.pyi +++ b/stubs/docutils/docutils/parsers/rst/states.pyi @@ -99,7 +99,6 @@ class RSTState(StateWS): def build_regexp(definition: _DefinitionType, compile: bool = ...) -> Pattern[str]: ... - class Inliner: implicit_dispatch: list[tuple[Pattern[str], Callable[[Match[str], int], Sequence[nodes.Node]]]] def __init__(self) -> None: ... @@ -179,7 +178,6 @@ class Inliner: def implicit_inline(self, text: str, lineno: int) -> list[nodes.Text]: ... dispatch: dict[str, Callable[[Match[str], int], tuple[str, list[nodes.problematic], str, list[nodes.system_message]]]] = ... - class Body(RSTState): double_width_pad_char: str enum: Any