Skip to content

Commit 79542c1

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
1 parent 19cecd5 commit 79542c1

File tree

1 file changed

+1
-1
lines changed
  • stubs/docutils/docutils/readers

1 file changed

+1
-1
lines changed

stubs/docutils/docutils/readers/pep.pyi

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class Reader(standalone.Reader):
1414
settings_spec: ClassVar[tuple[Any, ...]]
1515

1616
config_section: ClassVar[str]
17-
config_section_dependencies: ClassVar[tuple[Literal['readers'], Literal['standalone reader']]]
17+
config_section_dependencies: ClassVar[tuple[Literal["readers"], Literal["standalone reader"]]]
1818

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

0 commit comments

Comments
 (0)