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 47e254e commit e32a4ee
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 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 ClassVar, Literal, TypeVar
from typing import ClassVar, TypeVar

from docutils.parsers import Parser
from docutils.parsers.rst.states import Inliner
Expand All @@ -10,11 +10,6 @@ _S = TypeVar("_S")

class Reader(standalone.Reader[_S]):

supported: ClassVar[tuple[Literal["pep"]]]

config_section: ClassVar[Literal["pep reader"]]
config_section_dependencies: ClassVar[tuple[Literal["readers"], Literal["standalone reader"]]]

settings_default_overrides: ClassVar[dict[str, int]]

inliner_class: ClassVar[type[Inliner]]
Expand Down

0 comments on commit e32a4ee

Please sign in to comment.