Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
danieleades committed Dec 28, 2024
1 parent e119a57 commit 1ec3466
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stubs/docutils/docutils/readers/pep.pyi
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__docformat__: str

from typing import Any, ClassVar
from typing import Any, ClassVar, Literal

from docutils.parsers import Parser
from docutils.parsers.rst.states import Inliner
Expand All @@ -14,7 +14,7 @@ class Reader(standalone.Reader):
settings_spec: ClassVar[tuple[Any, ...]]

config_section: ClassVar[str]
config_section_dependencies: ClassVar[tuple[str]]
config_section_dependencies: ClassVar[tuple[Literal['readers'], Literal['standalone reader']]]

def get_transforms(self) -> list[type[Transform]]: ...

Expand Down

0 comments on commit 1ec3466

Please sign in to comment.